Enhancement for SQL Prompt
bill.wehnert
Posts: 27
I would love to see an option where I could right click on an object (if highlighted, use the full name highlighted so you can cross databases/users/etc) and pick a menu item like "View or Edit" and have it do a modify or just open a new query window with the contents of the object selected.
If I had a sproc/view/func/trigger - it would show me the text contents of that object.
If it was a table, it would show me the structure of the table (along the lines of an sp_help).
If you were to even just popup a window with the contents - or launch notepad with the contents in it, it would be a huge help.
If I had a sproc/view/func/trigger - it would show me the text contents of that object.
If it was a table, it would show me the structure of the table (along the lines of an sp_help).
If you were to even just popup a window with the contents - or launch notepad with the contents in it, it would be a huge help.
Comments
we are considering something along these lines for the next release of SQL Prompt. Currently we are only planning the features, so no concrete details yet.
Thanks,
Tom
Red Gate Software