INFORMATICS

The Best

How to check the size of MS SQL database

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 

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

Search