In this tutorial, you will learn how to get all table names and their row counts in a SQL Database. Before we get started, 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 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:

Get all table names and their row counts

The article was published on February 26, 2017 @ 9:07 AM

Leave a Comment