i’ve got around 10 tables in my sql 2008 server.
Currently, my mdf is around 3.5Gig. (I also have some binary data in some of the tables). So, I’m wondering if there’s a way i could see which tables are the biggest in size.
Is this possible?
Maybe it’s an index or FTS catalog instead?
run this:
taken from Robert Caine blog
Edited the code to parse, several chars that were in single quote used a special single quote, as well the — sign.
This code is for Microsoft SQL 2005+