Microsoft KB Archive/814132

From BetaArchive Wiki
Knowledge Base


BUG: The SQL Server 2000 Service Manager Utility Does Not List Instances That Have Not Enabled Network Connections

Article ID: 814132

Article Last Modified on 10/16/2003



APPLIES TO

  • Microsoft SQL Server 2000 Standard Edition
  • Microsoft SQL Server 2000 Desktop Engine (Windows)



BUG #: 363267 (SHILOH_BUGS)

SYMPTOMS

If you configure an instance of SQL Server 2000 or SQL Server 2000 Desktop Engine (also known as MSDE 2000) to disallow network connections, that instance will not appear in the SQL Server 2000 Service Manager utility.


CAUSE

The SQL Server ODBC driver does not return instance names to the SQL Service Manager if the instance does not support network connections.

WORKAROUND

To work around this behavior, stop and then start the service for the instance by following these steps:

  1. Right-click My Computer, and then click Manage.
  2. Double-click Services and Applications in the left-hand screen.
  3. Double-click Services.
  4. Right-click the service for the instance of SQL Server. The name of the service for a default instance of SQL Server 2000 is MSSQLServer. The name of the service for a named instance of SQL Server 2000 is MSSQL$instancename.
  5. Click the action that you want applied to the instance, such as stop or start.


STATUS

Microsoft has confirmed that this is a problem in SQL Server 2000.


Additional query words: disablenetworkprotocols

Keywords: KB814132