Deepak M

Deepak M

  • 1.1k
  • 522
  • 32.8k

How to get all table's total row count?

Jun 20 2022 6:23 AM

I have a large database having a total table count of more than 100, and in some tables, the total records count is more than 20 Cr. So I use Count() for each table it takes so much time to get the total record count of all tables. Can anyone help me with how can I get all the records count of all tables in less time? 

Thank you.


Answers (2)