166

SQL Server: Find a size of a DB or table

Call sp_spaceused.

If the size of a table is needed, use it with a table name: sp_spaceused table_name.

 

Leave a reply

 

Your email address will not be published.