Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table size on Disk 2

Status
Not open for further replies.

benvegiard

Programmer
May 15, 2003
63
US
Does anyone have a way of determining how much disk space a given table takes up?
 
System stored procedure 'sp_spaceused' will give the amount of disk space occupied by a table. In the query analyzer type the following
exec sp_spaceused 'table name'
 
Perfect answer! Thanks, that's is exactly what I needed!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top