The information in this article applies to:
BUG# NT: 866 (4.2) SYMPTOMS
If you load an outdated dump of the master database, it may cause
Microsoft SQL Server to not restart.
SQL Server version 4.21 will appear to start successfully, but all attempts to connect will time out, including even a local isql connection attempt. SQL Server cannot be stopped with the stoplight application or net stop, and the server must be rebooted. WORKAROUND
If you have a copy of the MASTER.DAT from just before the load, restore
it and restart SQL Server. If you have another dump of master that is
good, restart SQL Server from the command line as follows:
sqlservr -T3608 Then, connect as sa and load the proper dump of the master. If neither of these options is available, contact your SQL Server support provider. An attempt could be made to rebuild the master database as per Example 4 on page 316 of the "System Administrator's Guide," but this is a time consuming process that is best performed under the guidance of your SQL Server support provider. STATUS
Microsoft has confirmed this to be a problem in Microsoft SQL Server
version 4.2. We are researching this problem and will post new information
here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONAs mentioned in the SQL Server "System Administrator's Guide," you should always dump your master database whenever any of the system information in the database changes, and any attempt to load the master database must be made from this most current dump. Page 309 of the "System Administrator's Guide" lists the most common commands which alter system information in the master database. Additional query words: Windows NT
Keywords : kbother kbbug4.20 SSrvWinNT |
Last Reviewed: March 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |