| Thread | Last Post | Replies |
|
| Left Outer Join vs. pkey in (... | 15 Jul 2005 10:19 GMT | 1 |
We've got this whole mess trying to export data from Lotus Notes to Great Plains. As part of the process, we need to ensure that a Notes record is exported only once, but have the ability to re-export it if something breaks. So, for that reason (and some others) I decided to
|
| Database User Privilege Report | 15 Jul 2005 10:12 GMT | 1 |
hi, can anyone help me out with this report. I need to produce a report for the database level user permission. like for a database: DB_A, I want to output as such: [SELECT] [INSERT] [UPDATE] [DELETE] [CREATE TABLE] .... other
|
| Integrity between table and View | 15 Jul 2005 06:03 GMT | 9 |
It is possible to drop the table without dropping the view referencing it. How do I force integrity? Madhivanan
|
| Connecting to MSDE | 14 Jul 2005 23:08 GMT | 1 |
Being new to the SQL server world I have a beginner question. How do I grant access to database from a networked computer? I have tried: sp_grantlogin '\\computername\username'
|
| Query Help Please - Consecutive Dates | 14 Jul 2005 22:46 GMT | 15 |
Can someone please help me with a query? The table looks like this: BookedRooms ===========
|
| sp_ActiveDirectory_Start problem | 14 Jul 2005 22:42 GMT | 1 |
I have two Windows 2003 servers that both have SQL 2000 on them with Service Pack 4 installed. If I run the stored procedure sp_ActiveDirectory_Start on one, it runs with no problem. However, on the other, if I run it, I receive the error message xpadsi.exe failed.
|
| Errors in logs | 14 Jul 2005 22:05 GMT | 1 |
I see the following error alot in my SQL Server logs: Process 136:0 (173c) UMS Context 0x11CFDB78 appears to be non-yielding on Scheduler 2. Error: 17883, Severity: 1, State: 0
|
| highly appreciated. | 14 Jul 2005 19:52 GMT | 9 |
I am trying to connect the named instance from my client computer... I can easily connect the default instance of my remote machine but when I tried to connect through named instance it gave me an error that SQL Server doesn't exist or access denied....
|
| Need help with Importing XML data to a table | 14 Jul 2005 19:44 GMT | 2 |
Using some VB sample code on the Internet I have the following that works well and exports a set of records to an XML file: Dim oCmd, sSQL, oDom Set oDom = CreateObject("Msxml2.DOMDocument.4.0")
|
| OPENXML question | 14 Jul 2005 19:25 GMT | 2 |
I've got thousands of XML docs and have to import those to the DB. And I am having problem with getting some values because of tricky XML format. I didn't create this XML format and I don't like this format, OOP snob
|
| Creating a Group By without functions -- possible? | 14 Jul 2005 17:07 GMT | 2 |
I'm trying to create a layout of our website for Marketing to review, and though I know how I want it presented, I'm not sure how to write the SQL code to make it work. Here's a sample of the View I've written with all our content:
|
| Connection to SQL remote server | 14 Jul 2005 09:59 GMT | 2 |
I'm using vb.net to connect to a MSDE 2000 database on a remote server. While in VB.NET, I'm able to view data using Server Explorer. In addition, I've configured an ODBCDATAADAPTER that fills the dataset under preview data. When I tried to retrieve data through ...
|
| Bug in Enterprise Manager? | 14 Jul 2005 09:47 GMT | 5 |
Hi all, met with something very scary and want to confirm if anyone else have met this possible bug with EM? Got a production DB, say DB_A with quite a few users in it. this day, when I look into the EM-->management-->Current Activity-->Locks/Object,
|
| sql to visio diagram | 14 Jul 2005 08:17 GMT | 1 |
I have a SQL database where i need to add new tables, new colums to existing table, and create new scripts to do this. I want to create a flow chart or diargram of this. how can i do this using Visio. Ver: Pro 2003
|
| Cannot Crete server object | 14 Jul 2005 01:11 GMT | 2 |
I'm using a client software to connect to a server. Everytime I try to log in to that software an error: " ERROR 70: Cannot Create Servre Object". I currently use a Microsoft Advanced server with the clients having a WIndows XP OS.
|