Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Extract resulting sql

Author  Topic 

ce_web
Starting Member

1 Post

Posted - 2008-07-11 : 03:16:01
If you have a db that contains a lot of views that uses other views, that again uses other views and so on, is there any way to extract the "resulting" T-SQL so you will be able to produce a "1 level view" that only uses tables, not other views?

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2008-07-11 : 03:19:45
No. You have to do this manually



KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page
   

- Advertisement -