I'm trying to familiarize myself with a large database and search for relevant information among the many tables. I often find myself calling up a table, to see if there is relevant data inside, only to find that the table has no records.
How to quickly call up a list of all tables and the number of records contained therein? I'm using sql server 2008.
Thanks!
Related Question: How do I QUICKLY check many sql database tables and views to see if they are not empty or contain records