BUG: Space Used Not Accurate After Text/Image Inserts |
Q150892
The space usage reported by sp_spaceused or the graphical utilities for SQL Server is inaccurate for some tables with text or image columns.
Regularly run DBCC UPDATEUSAGE on these tables.
The sysindexes used and reserved columns are not kept current with image inserts using dbwritetext() in a DB-Lib program. This is true for both indid 0 and indid 255. This can lead to sp_spaceused and GUI utilities reporting incorrect values for space used and reserved.
Microsoft has confirmed this to be a problem in Microsoft SQL Server
version 6.0.
This problem does not occur in version 6.5.
Additional query words: sql6 sp_spaceused image dbwritetext
Keywords : kbtool
Issue type : kbbug
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ600
|
Last Reviewed: March 26, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |