I have a small application which has around 38 tables in the Database (SQL Server 2000/2005). Now i would like to know how much data (in KB’s/MB’s not records) they are taking using T-SQL.
Saying in better way i would like to do analysis of entire database. Is that possible? How ?
Thanks All,
I have a small application which has around 38 tables in the Database (SQL
Share
If you want to find the space of each table then you can use the following:
For further reading check out Displaying the Size of your SQL Server Database’s Tables