Comments
8 comments
-
What options would you like? Script to Query Window as CREATE or script as ALTER? Or maybe like "Modify", "Design" or "Open"?
It would be good to know from as many as possible which is the most important option for us to include.
Thanks!
David Atkinson
Red Gate Software -
I think to be able to script to query window as ALTER would be the option I would use most often.
-
I would like a "Modify" (at least on SPs) because very often, I go through the list of objects, double-click an item to find it in the object explorer to finally right-click and select "modify".
It would be really nice to have this option right in the result list. -
I'm fairly sure that Modify and Script to new Query Window as ALTER are the same thing, and seems more sensible than scripting as CREATE. This feature won't make v1.0 but we'll hopefully introduce it sometime in the future.
Thanks,
David Atkinson
Red Gate Software -
Can you hook the standard object explorer right click menu?
This means right clicking in sql search and right clicking in object explorer are the same thing. -
If you generate the script for especially SPs and UDFs in "not like SSMS does 'script as'", +1 for this feature.
-
lysp wrote:Can you hook the standard object explorer right click menu?
This means right clicking in sql search and right clicking in object explorer are the same thing.
We're not sure yet. That would be ideal. We'll have to take a look. If we can't we would have to reimplement what we deem to be the most important actions.
David Atkinson
Red Gate Software -
If you hook in the "standard object explorer menu", doesn't that mean that scripts generated will be in the AWFUL "all the code in a quoted-string" representation?
If so, PLEASE DON'T DO THAT wholesale! Please, give us an option to choose "Red-Gate format scripts" (like those that SQL Prompt generates) vs. "Standard SSMS format scripts".
Add comment
Please sign in to leave a comment.
T