Modifies a previously created procedure that was created by executing the CREATE PROCEDURE statement in [!INCLUDEssNoVersion]. -- Syntax for SQL Server CLR Stored Procedure ALTER { PROC | PROCEDURE } ...
Specify SECURITY DEFINER to instruct the server to execute the procedure with the privileges of the user that created the procedure. The EXTERNAL keyword is accepted for compatibility, but ignored.