INF: SQL Troubleshooters Available on the Web

ID: Q193088


The information in this article applies to:


SUMMARY

Troubleshooter Wizards that help you solve technical problems with Microsoft products are now available on the Microsoft Support Online Web site. The following Troubleshooter Wizards are available for SQL Server:

These troubleshooters are available at the following Web location: http://support.microsoft.com/support/tshoot/default.asp


MORE INFORMATION

The remainder of this article provides descriptions of what is covered in each of the troubleshooters listed above.

Troubleshooting SQL Installation and Connection Problems

This troubleshooter covers the following problems:

Troubleshooting SQLMail Problems

This troubleshooter covers the following problems:

Troubleshooting Slow SQL Query Performance

This troubleshooter covers the following problems:

Help with Problems When Starting SQL Server

This troubleshooter covers the following problems:

Troubleshooting SQL Server Error 1105

This troubleshooter covers the following problems:

Troubleshooting Connectivity Error - "10004 Unable to connect: SQL Server is unavailable or does not exist"

This troubleshooter covers the following error:
Msg. No: 10004 Severity: 9 State: 0
Unable to connect: SQL Server is unavailable or does not exists.
To determine why the SQL Server client is unable to connect, the OS Error is needed. The OS number is displayed after a failed login attempt in the lower left portion of the ISQL/w window. The OS error number, as well as the function call that failed, is necessary. For example: OS Error 10061 ConnectionOpen(connect()).

The following are the OS error messages covered in this troubleshooter:
Msg. No. 10004 Severity 9 State 0
Unable to connect: SQL Server is unavailable or does not exist. General network error. Check your documentation.
OS Error 10061 ConnectionOpen(connect())
Msg. No. 10004 Severity 9 State 0
Unable to connect: SQL Server is unavailable or does not exist.
Specified SQL Server not found.
OS Error 53 ConnectionOpen(CreateFile())
Msg. No. 10004 Severity 9 State 0
Unable to connect: SQL Server is unavailable or does not exist. General network error. Check your documentation.
OS Error 11001 ConnectionOpen(gethostbyname()())
Msg. No. 10004 Severity 9 State 0
Unable to connect: SQL Server is unavailable or does not exist.
Specified SQL Server not found.
OS Error 252 ConnectionOpen(ReadPropertyValue())
Msg. No. 10004 Severity 9 State 0 Unable to connect: SQL Server is unavailable or does not exist. General network error. Check your documentation. OS Error 1753 ConectionOpen(RPCopen())

Additional query words:


Keywords          : SSrvISQL SSrvNet_Lib 
Version           : winnt:6.5
Platform          : winnt 
Issue type        : kbinfo 

Last Reviewed: March 2, 1999