Scripting multiple objects uisng SQL Prompt
redgater
Posts: 3
I see that we can right click on an object and select the 'Script object as ALTER' option to script individual objects. Is there anyway to use this option (or any other option with SQL Prompt) to script out multiple objects at once?
Comments
You can do this to some extent from the Object Explorer Details page, as multiple object selections are possible from here, and some of the context menu items are available.
Product Manager
Redgate Software
In the meantime you could use SQL Compare to create a scripts folder from your database then navigate to the folder and copy the scripts out. A guide for how to do so can be found here.