Altering a stored procedure

Use the Alter Procedure window to change the properties of a stored procedure.

Authorities and privileges

To alter a stored procedure:

    1. Open the Alter Procedure window.
    2. Update the properties that you want to change:
    3. If you want to change a procedure's parameter list or parameters, click on the Parameters tab in the Alter Procedure window. You can remove a parameter, change a parameter, or move a parameter's position within the parameters list.
    4. Click OK.

Related information
Creating a procedure
Dropping a procedure
Displaying reports about procedures