Sep 4, 2001 #1 amerbaig IS-IT--Management Sep 4, 2001 58 CA I have a database of 100 GB. It includes 60 tables. Is there any to find a table size in Mbs/Gbs? Regards Amer
I have a database of 100 GB. It includes 60 tables. Is there any to find a table size in Mbs/Gbs? Regards Amer
Sep 5, 2001 #2 Tim1 Programmer Mar 27, 2001 242 GB Hi Amer, Yes, there is. sp_spaceused <table_name> will give you all the details on a table. Tim Upvote 0 Downvote
Sep 5, 2001 Thread starter #3 amerbaig IS-IT--Management Sep 4, 2001 58 CA Thank! It worked Upvote 0 Downvote