How to check the size of MS SQL database
How to check the size of MS SQL database
enter the command
sp_spaceused - shows the total database size
sp_spaceused 'MyTable' - shows the size of the table
How to check the size of MS SQL database
enter the command
sp_spaceused - shows the total database size
sp_spaceused 'MyTable' - shows the size of the table