SQL Prompt Feature Suggestions
Welcome to the SQL Prompt feature suggestion list. Find out more information about SQL Prompt at http://www.red-gate.com/products/sql-development/sql-prompt/.
If you have any questions, need help or have found a bug in SQL Prompt, please visit the forums at http://www.red-gate.com/messageboard/viewforum.php?f=137.
-
Allow text copy from Summarize Script window
Allow copying script summaries from the Summarize Script windows. This feature would help while attempting to briefly document describe a scripts intended actions.
65 votes -
Add an option to Summarize script to show not only the main table, but also all other joined tables
Add an option to Summarize script feature to show not only the main table, but also all other joined tables
For example with option off (current release)
select from tablea
update tableb
delete from tablecTurning option on would result in
select from tablea
join tablex
update tableb
join tablex, tablec, tablej
delete from tablec
join tableb3 votes
- Don't see your idea?