Community

Count Rows in all the Tables of a SQL Server Database

(Suprotim Agarwal) To get an accurate value of all the rows in a SQL Server table, use DBCC UPDATEUSAGE. DBCC UPDATEUSAGE corrects the rows, used pages, reserved pages, leaf pages and data page counts for each partition in a table or index.

Read More - Register for Free Membership