BUG: Edit Database Shows Incorrect Values w/Log Size Over 2 GBLast reviewed: October 21, 1997Article ID: Q175412 |
The information in this article applies to:
SYMPTOMSIf a database is created with a log size of over 2 GB, the Edit Database dialog box in SQL Enterprise Manager may incorrectly report Log Size as zero.
WORKAROUNDTo work around this problem, use the following query to return the log size in MB for the database:
select (sum(size)/512) from master..sysusages where dbid = db_id('<database_name>') and segmap = 4 STATUSMicrosoft has confirmed this to be a problem in SQL Server version 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: SEM disk space free 0
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |