SQL Server: Get RowCount Of All Tables Without the Overhead
Avoid overhead with this completely awesome SQL Server query that returns the row-count of all tables without actually having to query each table. Instead, it just pulls from the statistics:
No comments:
Post a Comment