Sql Server - Get view creation statement for existing view -


What is the way to obtain a statement that has created a view for an existing view in SQL Server 2008? I thought there was a stored procedure or some metadata that was on this data, but I could not find anything.

Have you taken a look at sp_helptext?


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

Is there an open source WebSockets (JavaScript) XMPP library? -

php - Multiple Select with Explode: only returns the word "Array" -