September 2010
Intermediate to advanced
1704 pages
111h 8m
English
You can also use SSMS to create, view, and modify stored procedures.
To edit a stored procedure in SSMS, expand the Programmability folder and then the Stored Procedures folder, right-click the name of the procedure you want to modify, and select Modify (see Figure 28.5).
Figure 28.5 Modifying stored procedures in SSMS.

SSMS then extracts the ALTER PROCEDURE statement for the selected procedure into a new query window. Here, you can edit the procedure code as needed and then execute the contents of the query window to modify the procedure. In addition, the Object Browser in SSMS provides other ...
Read now
Unlock full access