Is there a command inside the query window that will open the stored procedure in another query window?
i.e. MODIFY dbo.pCreateGarnishmentForEmployee
I am using SQL Server Management Studio 2005 and Red SQL SQL Prompt.
Currently, I have to follow these steps:
Open Object Explorer Programming Navigation | Stored Procedure Right-click the name of the stored procedure. Select Modify.
The query window opens using the ALTER procedure.
As I mentioned above, what I would like to do is the type of request window in something influenced
EDIT dbo.pCreateGarnishmentForEmployee
source share