Is it possible to script out all of the stored procedures in a database? By script out, I mean the entire text (e.g. CREATE PROCEDURE ...... SELECT and all of it).
Datbase is SQL Server 2008 r2.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
yes you can. just right click on the
DataBase > Task > Generate ScriptIt will launch a wizard where you can select the Objects you want to script (in this case select all store procedure)