I would like to generate scripts of about 100 Stored Procedures. When I generate script, all the files contains ‘CREATE PROCEDURE’ statement. How should I get scripts with ‘ALTER PROCEDURE’ statement?
Share
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.
If you generate all the scripts to a new query window you could press Ctrl-Shift-H to get the find and replace in files dialog up and do a finf and replace on ‘CREATE PROCEDURE’ to ‘ALTER PROCEDURE’?