SELECT OBJECT_NAME(id) table_name, rows FROM sysindexes WHERE indid IN (0,1) order by rows desc