Viewing 15 posts - 1,156 through 1,170 (of 2,387 total)
Enterprise Edition can be installed in Windows 2000 Server. In order to allow SQL Server 2000 to use more than 2GB memory, you have to add /3GB switch in boot.ini...
September 12, 2003 at 8:38 am
Have you tried to work on FileSystemObjects?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/jsmthcopyfile.asp
September 12, 2003 at 8:08 am
What about SELECT MAX([User].[User_ID]) as UserID INTO #t1 from [User]
September 12, 2003 at 8:02 am
We have consolidated the SQL Serves for CRM application. We created named instance to host databases for both DEV and QA for the CRM applications. It is not recommended, probably...
September 12, 2003 at 7:58 am
Are you both from same company or it is just a coincident?
September 12, 2003 at 7:47 am
If table already has the composite primary key, it will be reconagized when you create the linked table from Access. IF the table doesn't have primary key, during the creation...
September 12, 2003 at 7:41 am
Did you run the QA from SQL Server machine or from another workstation?
September 12, 2003 at 7:25 am
Most of records in the text file have same number of columns. But sometime, there are few exceptional records which have more columns.
September 12, 2003 at 7:24 am
September 12, 2003 at 7:17 am
No, you don't but you need rename them and give the new linked tables with the old name.
Edited by - allen_cui on 09/11/2003 09:32:10 AM
September 11, 2003 at 9:32 am
Fisrt create DSN to your SQL Server, and create linked tables in Access database via the DSN to SQL Serevr. The linked table name should be same as your original...
September 11, 2003 at 9:19 am
Don't think you can disable it. If the login used in SQL Server register property doesn't have 'sa' privilege, you wouldn't see the maintenance plan wizard.
September 11, 2003 at 7:16 am
You have to have 'sa' right or create SQL Server Proxy account or grant execution permission on this xp to specific users.
September 11, 2003 at 7:13 am
It may not help but you can check.
http://support.microsoft.com/default.aspx?scid=kb;en-us;268520
http://support.microsoft.com/default.aspx?scid=kb;en-us;198520
September 11, 2003 at 7:11 am
Viewing 15 posts - 1,156 through 1,170 (of 2,387 total)