In this tutorial, you will learn how to get all table names with row counts in SQL Server Database. Before we start, if you need to download the Crystal Report developer for VS 2019, please go through the following link: Crystal Reports for Visual Studio 2019.

If you are looking for the row count of all tables in all databases (which was what I was looking for), then I found this combination of this and this to work. No idea whether it is optimal or not:

Table Names with Row Counts in SQL Server

Leave a Comment