select a.name,b.rows   
from sysobjects a,sysindexes b
where a.name = b.name order by  b.rows desc

 

相关文章: