FIX: DBCC NEWALLOC May Cause Incorrect Database Usage CountID: Q165579
|
BUG #: NT: 13108 (6.00)
16262 (6.50)
After 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.
Run DBCC CHECKALLOC instead.
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.
The 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
Version : 6.0 6.5
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 9, 1999