BUG: SEM: Incorrect Space Used/Available in Graphical DisplayLast reviewed: October 31, 1997Article ID: Q135300 |
The information in this article applies to:
17145 (6.50) SYMPTOMSSQL Enterprise Manager can sometimes show an incorrect amount of space used and/or available for a given database in the Manage Databases dialog. The error is more obvious in a database containing several large non-clustered indexes.
CAUSEThe query used to determine the amount of space used in the database is double-counting the used pages for non-clustered indexes.
WORKAROUNDUse the sp_spaceused stored procedure to determine the amount of space used and/or available in a given database.
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.
|
Additional query words: sql6
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |