RSS Links

 

Here are all of the RSS links for sections of this site

VB.NET/ASP.NET
 Java
 Unix/Linux
 Windows
 SQL Server

Home arrow SQL Server arrow How do I get a list of table sizes in SQL Server
How do I get a list of table sizes in SQL Server PDF Print E-mail
Sunday, 16 November 2008

How do I get a list of table sizes in SQL Server

Use the command

EXEC sp_MSforeachtable @command1="EXEC sp_spaceused '?'"

Thanks to the 4guysfromrolla for this - for a fuller explaination see http://www.4guysfromrolla.com/webtech/032906-1.shtml

 

Last Updated ( Wednesday, 31 December 2008 )
 
< Prev   Next >
 
Designed by Graham Robinson Software