Viewing 15 posts - 871 through 885 (of 2,387 total)
quote:
1. Can you use Query Analyzer and Enterprise Manager with it (considering we already have a license for MSSQL2K)?
November 5, 2003 at 9:52 am
Have you run DBCC CHECKDB to your database?
November 5, 2003 at 9:41 am
The table will spread on all files that make up the filegroup.
November 5, 2003 at 9:11 am
Which version of SQL Server you are running?
To use AWE memory, you must run the SQL Server 2000 database engine under a Windows 2000 account that has been assigned the...
November 5, 2003 at 9:05 am
These stored procedure and function return information about objects in the current database(local) only.
quote:
For sp_helprotect I tried this:SET @full_table_name =...
November 5, 2003 at 7:35 am
Make sure the account has sufficient privilege to run SQL Server and SQL Server is configured in mixed authentication mode.
From BOL.
"Using a Domain User Account
A domain user account uses Windows...
November 5, 2003 at 6:57 am
Setup server alias in your client machine using client network utility.
November 5, 2003 at 6:44 am
The job history table will tell you whether job itself completes or not only. If dbcc checkdb find any errors, it will report the errors in SQL Server errorlog.
November 4, 2003 at 12:23 pm
You received this erro when backing up user database that backup is nothing to do with TEMPDB. You also need review machine application/system logs that may give you some error...
November 4, 2003 at 9:13 am
Can you post exact error message? Which database (user, system or tempdb) are you referring to? Have you performed hardware check in I/O disk storage?
Edited by - allen_cui on 11/04/2003...
November 4, 2003 at 9:00 am
You don't need /3GB and /PAE in SQL Server standard installation because it can run only with 2GB memory and doesn't support AWE.
In Enterprise Edition installation, if you have more...
November 4, 2003 at 8:32 am
Choose the customization installation during the setup.
November 4, 2003 at 7:30 am
I don't has both Windows 2003 32Bit and SQL Server 64Bit, but in theory 64bit application can't run 32bit system just like 32bit software can't run 16bit system. You...
November 3, 2003 at 2:16 pm
Viewing 15 posts - 871 through 885 (of 2,387 total)