Feature request - open stored procedute
joey666
Posts: 6
Hi..
A thing I'd very much like would be a quick way to open an existing stored procedure / function ...
One way could be if I'd right click on a stored procedure name in SQL server Management Studio editor window, I'd be given an option to open the procedure in a new window.
Another way could be by pressing a hotkey and a window would popup containing all STPs, functions.... When starting typing, the list would be filtered. Choosing an item from the list would open the STP in another window.
Just my 2 cents
regards,
Martin
A thing I'd very much like would be a quick way to open an existing stored procedure / function ...
One way could be if I'd right click on a stored procedure name in SQL server Management Studio editor window, I'd be given an option to open the procedure in a new window.
Another way could be by pressing a hotkey and a window would popup containing all STPs, functions.... When starting typing, the list would be filtered. Choosing an item from the list would open the STP in another window.
Just my 2 cents
regards,
Martin
Comments
Just type the following:
ALTER PROC <procedurename>
When you select your procedure from the drop-down the text will automatically be inserted into your query window. Also works for functions, views and triggers.
Hope that helps.
Thanks,
Bart
Principal Consultant
bartread.com Ltd
Its just not the way i want to use it
When I edit an existing stored procedure and see that it
makes a call to another procedure, it would be nice to have
a quick way to open that procedure or function.
Regards,
Martin
Thanks,
Bart
Principal Consultant
bartread.com Ltd