External SQL Server 2005/2000 Database Administrator Resources
SQL Server 2005/2000 Troubleshooting
Solution for "SQL Server does not exist or access denied" error
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
KB922658: SQL Server 2000 or SQL Server 2005 may temporarily stop responding on a Windows Server 2003 Service Pack 1-based computer
If you run Microsoft SQL Server 2000 or Microsoft SQL Server 2005 on a Microsoft Windows Server 2003 Service Pack 1 (SP1)-based computer, SQL Server may temporarily stop responding (hang) in certain cases. Depending on the severity of the problem, this behavior may take from several milliseconds to several minutes.
KB923628: FIX: The backup application stops responding when you perform a backup that uses a volume snapshot in Windows Server 2003 with SP1
When you perform a backup in Microsoft Windows Server 2003 with Service Pack 1 (SP1), the backup application stops responding. This behavior occurs if the backup uses a volume snapshot.
This problem occurs because of an issue in the Volsnap.sys file. This issue generates a deadlock condition. In the deadlock condition, the system I/O is suspended. A file deletion operation is waiting for the system I/O to resume.
KB891957: Update is available that fixes various Volume Shadow Copy Service issues in Windows Server 2003
On a Windows Server 2003-based computer that has many shadow copies that are being used, the paged pool memory on the computer may become exhausted. This problem may occur when the shadow copy snapshots are of large volumes and when each volume contains many files. After you install the update, Microsoft Windows dismounts unused shadow copies when paged pool memory is low.
Microsoft SQL Server (MSSQL) Management Resources
SQL Server Performance Tuning
Change SQL Server 2000 Object Owner
Sometimes, you may need to change the owner of an object.
Change SQL Server 2005 Object Schema
Change database collation name
ALTER DATABASE MyDatabase COLLATE <desired collation>
How To Delete Duplicate SQL Server Records?
How to stop SQL Server Enterprise Manager user seeing all databases?
SQL Server Data Transformation Services (Import/Export Wizard)
- Using DTS to Copy Database: Step-by-step guide to using DTS (Data Transformation Services) to create a local copy of a production SQL Server database.
- DTS Tutorial: How to transfer the database to the destination server using the DTS Import/Export Wizard.
SQL Server 2005 Encryption
|