Comments
2 comments
-
I suggest to run
USE yourdabase
sp_spaceused @updateusage = 'TRUE'
and try again.
Just a thought. -
Hi jsayce,
That is rather a crazy value, could you run the following two commands for me please, and either post here, PM or email me ( jason.cook@red-gate.com ) the results? You'll need to replace "<database>" with the name of the database (sqlbpa).DBCC SQLPERF(LOGSPACE); USE <database>; DBCC SHOWFILESTATS;
Thanks,
Jason
Add comment
Please sign in to leave a comment.
The log file for database sqlbpa is 3310943000000.00MB and has 3175089000000.00MB of free space (95.90%). It is recommended to shrink the file to avoid excess wasted space
As you can probably guess, these numbers are a little bigger than I would have expected. The log file is actually 504 KB (516,096 bytes) and the MDF is 4.87 MB (5,111,808 bytes).