SQL代码

SELECT SCHEMA_NAME(SCHEMA_ID)AS ID,name as Table_name
FROM sys.tables;--查询表视图
查询表视图
原文地址:https://www.cnblogs.com/cdjbolg/p/11763797.html