SQL Server: Script to find total Row Count of All Tables in a Database

In this post, I am sharing a SQL script to find the total row count of tables in a Database of SQL Server. Just imagine that your table has more than 10000000 rows and you need row count of this table, so SELECT COUNT(1) is not always the best solution for getting the row count. … Continue reading SQL Server: Script to find total Row Count of All Tables in a Database