How to create multiple stored procedures at one time?
Answers
Answered by
0
Select All the required stored procedures.
Answered by
0
Answer
Right click the database in Management Studio and click on Task.
Click on Generate Scripts.
In the dialog that comes up, click next as you specify the right options.
Select the checkbox for "Stored Procedures"
Select All the required stored procedures.
Select option to generate script to a new window or file.
Similar questions