| > |
EXPERT RESPONSE
In SQL Server Management Studio, go to Object Explorer and navigate to the database. Right-click the database and select Tasks->Generate Scripts. A wizard will open. Follow the steps and you will be able to select all or individual database objects, including stored procedures. At the end of the wizard you can chose to script to the clipboard, a text file or a new query window.
|
|