Is there command inside a Query Window that will open a stored procedure in another Query Window?
i.e. MODIFY dbo.pCreateGarnishmentForEmployee
I am using SQL Server management Studio 2005 and Red Gate's SQL Prompt.
Currently I have to do the follwowing multiple steps:
Open Object Explorer Navigate Programmability | Stored Procedure Right Click the Stored Procedure name Select Modify
A Query Window will open up with the ALTER PROCEDURE.
As I mentioned above, what I would like to do is from a Query Window type in something to the effect of
MODIFY dbo.pCreateGarnishmentForEmployee