摘要:
select distinct o.name,i.rows from sysobjects o,sysindexes i where o.id=i.id and o.Xtype= 'U' and i.indid <2 Order By i.rows Desc 阅读全文
posted @ 2013-08-05 16:39 Cavalry 阅读(249) 评论(0) 推荐(0)
|
||
|
摘要:
select distinct o.name,i.rows from sysobjects o,sysindexes i where o.id=i.id and o.Xtype= 'U' and i.indid <2 Order By i.rows Desc 阅读全文
posted @ 2013-08-05 16:39 Cavalry 阅读(249) 评论(0) 推荐(0) |
||