select OBJECT_NAME(p.object_id),rows from sys.partitions p join sys.tables t on t.object_id = p.object_id