摘要: select a.name as 表名,max(b.rows) as 记录条数 from sysobjects a ,sysindexes b where a.id=b.id and a.xtype='u' group by a.name order by max(b.rows) desc sele 阅读全文
posted @ 2016-11-22 21:56 有梦就能实现 阅读(23814) 评论(0) 推荐(1) 编辑
摘要: <!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />-->public static Obje 阅读全文
posted @ 2016-11-22 10:48 有梦就能实现 阅读(650) 评论(0) 推荐(0) 编辑