摘要:
--查询所有表名 select name from sysobjects where xtype='u' select * from sys.tables --查询所有表名及对应架构 select t.[name] as tablename, s.[name] as [schema] from sys.tables as t,sys.schemas as s where t.sc... 阅读全文
posted @ 2017-09-14 10:28
jadefan
阅读(19359)
评论(0)
推荐(1)

浙公网安备 33010602011771号