Tag: SQL Entry Count
-
Get the Count of Entries in Each Table in a DB in SQL
Hi All, This code will helps you to get the count of entries in each table in a DB in SQL: SELECT sysobjects.Name , sysindexes.Rows FROM ...