Home : MSSQL :
How do I obtain the MS SQL database disk usage?

Category : MSSQL

Execute this command in Sql Query Analyzer

exec sp_spaceused

The database size is measured in kilobytes.


Created : 22 Jun 2002
Modified : 22 Jun 2002
Viewed : 2006 times.
Print Article