The information in this article applies to:
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. WORKAROUND
Run DBCC CHECKALLOC instead.
STATUS
Microsoft 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
Keywords : SSrvTran_SQL kbbug6.50 |
Last Reviewed: April 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |