December 5, 2015 at 2:47 am
Hi,
Wich t-sql command can I run tho have a list of the user-tables ordered by size inside one database?
Thank you
December 5, 2015 at 8:11 am
river1 (12/5/2015)
Hi,Wich t-sql command can I run tho have a list of the user-tables ordered by size inside one database?
Thank you
If you just want to see the tables, then open SSMS, open the Object Explorer (press the {f8} key if it's not already open), right click on the database you want the information for, select {Reports}, {Standard Reports},{Disk Usage by Top Tables}.
If you need the script to power some a strored procedure or some such, post back.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply