Article ID: 171225 - Last Review: November 14, 2003 - Revision: 3.0 PRB: Unable to Connect to Stand-Alone SQL ServerThis article was previously published under Q171225 SYMPTOMS
Attempting to connect to SQL Server on a stand-alone computer or a laptop
computer with no network connections may fail with the following error
message:
Unable to connect: SQL Server is unavailable or does not exist. Specified SQL server not found. This error may occur during installation, or during subsequent attempts to connect to the server. CAUSE
By default, client connections to SQL Server are made over a network
protocol. Without a simulated network connection, the connection to SQL
Server cannot be made unless a local named pipes connection is forced.
WORKAROUND
To simulate network connectivity, install the MS Loopback Adapter according
to the following steps for the version of Windows NT Server you are using:
Windows NT Server 4.0:
If you are unable to install the MS Loopback Adapter, shut down the workstation service (through Control Panel Services) to force a local named pipes connection to be made during installation. Be aware that this approach extends the installation time considerably. After the server is installed, you can restart the workstation services. For subsequent connections, you can force a local named pipes connection to the server by not specifying the server name at connection time. You may also specify ".", or "(local)" as the server name in ISQL/w and in SQL Enterprise Manager when registering the server. However, when trying to install a service pack for SQL Server you will get the following error message: "The entered password failed verification Please check you password." In order to successfully install the service pack you will need to create an advanced entry in the client configuration utility, specifying ".", or "(local)" as the connection string for the server name. For 16-bit applications, the MS Loopback Adapter is required. For more information, see the following article in the Microsoft Knowledge Base: 130745
(http://support.microsoft.com/kb/130745/EN-US/
)
: Connecting to Standalone SQL Server Using 16-bit Apps.
If you have removed all network support and stopped the workstation service, but still continue to get the Unable to connect error, do the following:
APPLIES TO
| Article Translations
|

Back to the top
