Viewing 3 posts - 1 through 3 (of 3 total)
executed
EXEC sp_spaceused @updateusage = N'TRUE';
and now the result looks much better
database_size unallocated space
------------------ ------------------
8605.13 MB 199.59...
September 22, 2014 at 6:54 am
#1747052
thanks for your quick reply.
here is the output of the sp_spaceused proc.
8605.13 MB ...
September 22, 2014 at 6:25 am
#1747027
Hi,
thanks for sharing this procedure. I tried this on one of our servers and wondering about the reserved_mb metric in the fourth recordset about databases.
In this resultset there are several...
September 22, 2014 at 1:56 am
#1746953