The information in this article applies to:
BUG #: 1278 (Windows: 6.50) SYMPTOMS
When you create a SQL Maintenance Wizard task (which uses the Sqlmaint.exe
utility) to connect to an unnamed server, the Sqlmaint.exe utility will end
with an unhandled access violation (AV). The executable file will either
stop or open the default debugger.
WORKAROUND
Use sp_addserver to add an entry for the local server. For example, instead
of "MY-SERVER," you can use "MY_SERVER." Once you have added the local
server entry, you will need to stop and restart SQL Server for the change
to take effect.
select @@SERVERNAMEIf the command returns (NULL), the server still has an invalid name. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Keywords : kbenv kbnetwork kbtool SSrvGen kbbug6.50 |
Last Reviewed: April 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |