December 2013
Intermediate to advanced
1872 pages
153h 31m
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 24.5).
FIGURE 24.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 ...