Script all stored procedures in Management Studio 2005

有些话、适合烂在心里 提交于 2019-11-27 13:24:55

问题


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?


回答1:


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.




回答2:


  1. Go to Microsoft SQL Server Management Studio
  2. Select the database
  3. Right click on selected database
  4. Select 'Tasks'
  5. Select 'Generate Scripts'
  6. Select 'Next'
  7. Select / tick 'Select specific database objects'
  8. Tick 'Stored Procedures'
  9. Select 'Next'
  10. Select the option where do you want to save the file



回答3:


Sure. All you need to do is to is click on the Stored Procedure in the Object Explorer and then highlight all the stored procedures in the Summary pane. Then simply right click and choose the scripting option that you prefer.

Good luck




回答4:


Right click the database, choose Tasks, choose Generate Scripts.., click Next, Next again, choose Stored procedures, Next, Select All, Finish.

Presto!




回答5:


If you right click on the database name, the bottom option is "Generate Scripts" which will then launch a wizard to generate scripts for the whole DB or specific objects inside.



来源:https://stackoverflow.com/questions/175703/script-all-stored-procedures-in-management-studio-2005

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!