Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table size
Message
From
22/01/2004 19:53:34
 
General information
Forum:
Microsoft SQL Server
Category:
Database management
Title:
Miscellaneous
Thread ID:
00869319
Message ID:
00869707
Views:
8
Sergey, follow up question: I now know how much space is reserved, used, and unused (thanks!). I show one table that I recently deleted bunch of records and it shows that the table is using just a small portion of the space that is reserved for it. How do I reclaim this unused space taken up by the table? Thanks again.

>>Is there a way to view size of each table in a database? Size in MB would be ideal but I don't know how MSSQL stores records in the database so...
>>
>>I want to see which tables are taking up a lot of physical space in a database. TIA.
>
>
USE pubs
>EXEC sp_spaceused 'titles'
>
Take a look also at http://www.sqlteam.com/item.asp?ItemID=282
It's "my" world. You're just living in it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform