Community

Determining space used for all tables in a SQL Server database

(Greg Robidoux) One thing that is often handy is to know how much space each table is using within your database. It is helpful to know the number of rows, the data space used as well as the index space used.