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

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -