The information in this article applies to:
SYMPTOMSAfter dropping a database and then creating another database with a shorter name, DBCC SQLPERF(logspace) returns an incorrect name for the newly created database. WORKAROUNDTo work around this problem, make sure the open databases parameter is set high enough and then stop and restart SQL Server. After doing this, DBCC SQLPERF will display the correct database name. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server versions 6.0 and 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
DBCC SQLPERF(logspace) shows the new database name overwriting the dropped
database name without cleaning up the rest of the characters of the dropped
database name.
The incorrect database name will also appear in the SQLServer-Log object's instance within the Performance Monitor. Additional query words: transaction log db
Keywords : SSrvAdmin kbbug6.50 kbbug6.00 |
Last Reviewed: April 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |