我在SQL Server 2008中有一个视图,并希望在Management Studio中查看它.
例:
--is the underlying query for the view Example_1 select * from table_aView
查看名称: Example_1
Example_1
如何获取相应视图表的查询(用于创建视图的查询)?
提前致谢
sql sql-server view
sql ×1
sql-server ×1
view ×1