This script gives the count of records of each user table in the current database along with the table name.
This script eliminates the need of going through all the tables and counting them.
Works on SQL 2000 (For SQL 7.0 - use 'rows' instead of rowcnt).