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

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s