FIX: DBCC NEWALLOC May Cause Incorrect Database Usage CountLast reviewed: October 22, 1997Article ID: Q165579 |
The information in this article applies to:
16262 (6.50) SYMPTOMSAfter you run the DBCC NEWALLOC command, the database usage count is left one more than the actual count. This would prevent you from setting the database in single user mode. The count remains incorrect until SQL Server is restarted.
WORKAROUNDRun DBCC CHECKALLOC instead.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server versions 6.0 and 6.5. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.
MORE INFORMATIONThe same problem may occur if you run "DBCC FIX_AL (database_name)".
|
Additional query words: 60 65 sql60 sql65 consistency check checker
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |