Display the size of tables


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. EXEC sp_MSforeachtable @command1="EXEC sp_spaceused '?'"

URL: http://www.4guysfromrolla.com/webtech/032906-1.2.shtml

Report this snippet


Comments


You need to login to view comments.