Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
PatMc
Starting Member
16 Posts |
Posted - 2010-04-09 : 15:41:16
|
Hi all,I have been asked to figure out which tables and how much they are growing on a daily basis. Since my Sql skills are lacking i was wondering if there is a easy way with a simple query to find the sizes of all the table in a database. ThanksPat |
|
PatMc
Starting Member
16 Posts |
Posted - 2010-04-09 : 16:07:01
|
Thanks any way I have found the query to do it. Here it is if anyone needs it.EXEC sp_MSforeachtable@command1="EXEC sp_spaceused '?'"Pat |
 |
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
|
|
|
|