February 4, 2010 at 5:13 am
Hey
i have many tables in the database.Most of them are unused tables and empty Tables ..i need to find list of Finding Empty Tables in a database.
R a j
February 4, 2010 at 5:26 am
February 4, 2010 at 5:58 am
Willem's will work, providing you run update usage first. Otherwise the rowcounts can be inaccurate (sysindexes' row count is not 100% accurate)
dbcc updateusage (0) with count_rows
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 7, 2010 at 3:08 pm
If you are using SSMS 2008 client, you can see all the objects details in Object Explorer details tab Including Row count, data size, Index size etc.
Enjoy!
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply