In Enterprise Manager, you could script all the SPs in the database via the right-click menu, is there a way to do this in Management Studio?
You can right-click on the database and run Tasks โ Generate Scripts ...
This will allow you to script all or selected objects (schema, stored procedures, tables, users and views) with specific parameters.
Sure. All you have to do is click on the stored procedure in the Object Explorer, and then select all the stored procedures in the Summary panel. Then simply right-click and select the scenario option that you prefer.
Good luck.
Right-click the database, select Tasks, select Generate Scripts, click Next, Next, select Stored Procedures, Next, Select All, Finish.
Presto!
If you right-click on the database name, the bottom option is โGenerate Scriptsโ, which will then launch the wizard to create scripts for the entire database or specific objects inside.