【发布时间】:2013-12-09 22:43:11
【问题描述】:
我在 SQL Server 2008 中有一个视图,并希望在 Management Studio 中查看它。
例子:
--is the underlying query for the view Example_1
select *
from table_aView
查看名称:Example_1
如何获取对应视图表的查询(用于创建视图的查询)?
提前致谢
【问题讨论】:
标签: sql sql-server view