摘要:
select s.[name] + '.' + t.[name] as tablename from sys.tables as t,sys.schemas as s where t.schema_id = s.schema_id and s.[name] = @dbo order by tablename获取指定架构下的所有表SELECT ... 阅读全文
posted @ 2013-11-05 17:17
aweifly
阅读(326)
评论(0)
推荐(0)


浙公网安备 33010602011771号