BUG: Addition of Local Server Is Case Sensitive

Last reviewed: April 29, 1997
Article ID: Q118809

The information in this article applies to:

  - Microsoft SQL Server Programmer's Toolkit, version 4.2
BUG# 10097 (4.2)

SYMPTOMS

When using SQL Administrator to add remote servers, the local server may be added as ID 1 instead of as the local server (ID 0).

WORKAROUND

When adding remote servers using SQL Administrator, ensure the case of the server name being added is the same as the added server.

STATUS

Microsoft has confirmed this to be a problem in SQL Administrator version 4.2. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

When adding remote servers, SQL Administrator checks to see if the server being added has the same name as the server it is currently connected to. If the names match, SQL Admin specifies that the server is local when issuing the sp_addserver stored procedure. The check for name matching is case sensitive, regardless of the case sensitivity of the server.

For example, if SQL Administrator is used to log in to a server specifying the name "server1," the Manage.Remotes.AddRemoteServer dialog box is called up, and a server name of SERVER1 is entered. The ID sysservers is entered as a non-zero value. Specifying server1 as the remote name will cause the server to be added as ID 0.


Additional query words: RPC remote procedure calls 7214 login
Keywords : kbbug4.20 kbtool SSrvSQL_Admin SSrvWinNT
Version : 4.2
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 29, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.