select object_name(id),rowcnt from sysindexes where indid<2 and objectproperty(id,'isusertable')=1order by 2 desc