Before I get old and forget this little trick I thought I’d blog it. I’m sure someone else out here on the Internets can use it as well. Especially if you are hosting your database on a hosting company that charges you by the MB and you want to know how much space you are taking up. Hope it helps.
EXEC sp_MSforeachtable @command1="EXEC sp_spaceused '?'"
Here is a sample of what it returns.

posted @ Wednesday, November 25, 2009 8:45 AM