Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

alter a view in a stored procedure

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
can i execute an "alter view" statement in a stored procedure with ms sql server
 
Hi there,
You can not execute ALTER VIEW because i think there is no such command. But what you can do is CREATE VIEW
 
Thank you!
I think there is a "alter view" command but the thing is when execute it within a stored procedure. It gives me error!

Thank you anyway!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top