I'm using SQL Server 2005 and would like to know how I can get a list of all tables with the number of records in each.
I know I can get a list of tables using the sys.tables view, but I'm unable to find the count.
Thank you
|
1
|
I'm using SQL Server 2005 and would like to know how I can get a list of all tables with the number of records in each. I know I can get a list of tables using the Thank you
|
|||
|
|
|
|
|
||
|
|
|
|
I might add that sysindexes.rows is an approximation of the number of rows. I'd run a |
||
|
|
|
|
Perhaps something like this:
|
||
|
|