sql server 查询数据库有几张表
sql server 查询数据库有几张表
-- 查询有几张表
select count(*) as TableCount from sys.tables;
--测试
select top 10 * from sys.tables;
sql server 查看数据表数量
https://blog.51cto.com/u_16213443/7232416
网站:http://shibowl.top
github:https://github.com/hanbinjxnc
博客园:https://www.cnblogs.com/hool
博客:https://blog.shibowl.top
淘宝店:https://boxunwl.taobao.com/
作者:世博 2019年4月28日----
github:https://github.com/hanbinjxnc
博客园:https://www.cnblogs.com/hool
博客:https://blog.shibowl.top
淘宝店:https://boxunwl.taobao.com/
作者:世博 2019年4月28日----