Viewing 15 posts - 2,251 through 2,265 (of 2,387 total)
Microsoft has released a patch to install the SQL Server Service Pack 3 for .NET Framework SDK 1.0 Users.
January 31, 2003 at 7:09 am
We perform full NT backup by excluding SQL Server database files (MDF and LDF) and perform database backups to disks and let backup application to pick those database backups to...
January 30, 2003 at 4:46 pm
What about writing SQL scripts to replace the jobs which were craeted by maintenance plan to perform the same tasks, such as transaction log backup?
January 30, 2003 at 9:33 am
Verify whether service "MSSQLServer' is running in the machine.
To determine which version of SQL Server 2000 is running, connect to SQL Server 2000 by using Query Analyzer or OSQL, run...
January 29, 2003 at 1:25 pm
This wait type indicates that you are waiting for network resources to become available. It mostly caused by either sending large result set to your client or slow network performance.
...
January 29, 2003 at 1:11 pm
Or try extract this package to another drive.
January 28, 2003 at 2:32 pm
Any configuration changed to 'max degree of parallelism' recently?
January 24, 2003 at 3:01 pm
You could write your own script to backup database to multiple files which can be controled to be less than 2GB each. You may end up with many backup files...
January 24, 2003 at 1:32 pm
Check machine application and system logs.
January 24, 2003 at 8:05 am
Try to run DBCC CHECKDB to see if there are any errors reported.
Run UPDATE STATISTICS to your database If there is significant change in the key values in the index...
January 23, 2003 at 8:44 am
Does the table have primary key?
January 23, 2003 at 8:35 am
Decimal number 128 is equal to Hexdecimal Numner x080.
January 22, 2003 at 8:07 am
Check maintenance history to see any errors there.
Any jobs created by maintenance wizard actually is running a DOS program sqlmaint.exe. The program may run endless for whatever reasons so the...
January 21, 2003 at 3:01 pm
Check KB 246255.
http://support.microsoft.com/default.aspx?scid=kb;en-us;246255
January 21, 2003 at 2:47 pm
Check the status of syscolumns. if status is 0x80, The column is an identity column.
January 21, 2003 at 12:15 pm
Viewing 15 posts - 2,251 through 2,265 (of 2,387 total)