The information in this article applies to:
BUG #: 17876 (SQLBUG_65) SYMPTOMSIf DBCC DBREINDEX fails with error 1105 on a data segment it can encounter message 603 in a endless loop. Even if the client is disconnected, the server continues to raise message 603 until the Sqlservr.exe process is terminated (you will not be allowed to shutdown the server normally). The ERRORLOG continually shows message 603 like this: This problem does not occur if DBCC DBREINDEX fails with error 1105 on the log segment. WORKAROUNDMake sure that adequate database space exists before executing DBCC DBREINDEX. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.5. MORE INFORMATIONNo text for the message 603 is written to the ERRORLOG. The standard text for message 603 should be as follows:
Additional query words:
Keywords : kbbug6.50 kbSQLServ650bug |
Last Reviewed: May 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |