Script all stored procedures in Management Studio 2005
In Enterprise Manager you could script all SPs in a database through the right click menu, is there a way to do it in Management Studio? You can right click on the database and to go Tasks -> Generate Scripts... This will allow you to script all or selected objects (schema, stored procedures, tables, users and views) with specific options. Raj Go to Microsoft SQL Server Management Studio Select the database Right click on selected database Select 'Tasks' Select 'Generate Scripts' Select 'Next' Select / tick 'Select specific database objects' Tick 'Stored Procedures' Select 'Next' Select the