拓冰建站拓冰建站
首页 / 资讯中心 / 正文

SQL Server 数据库查看各表的记录数

select a.name as 表名,max(b.rows) as 记录条数 from sysobjects a ,sysindexes b where a.idb.id and a.xtypeu group by a.name order by max(b.rows) descselect SUM(记录条数) as 总记录数 from( select top 10000 a.name as 表名,max(b.rows) as 记录条数 from sysobjects a ,sysindexes b where a.idb.id and a.xtypeu group by a.name order by max(b.rows) desc ) t1
分享:

看完干货,该让你的企业上线了

免费需求沟通 · 48 小时内出具建站方案 · 河南本地可上门