MS SQL Maestro online Help
Prev | Return to chapter overview | Next |
Specifying procedure options
Specify procedure options according to your needs. The detailed description is given below.
Name
The new procedure name as it was set on the previous step.
Owner
Defines the owner for the procedure. By default, only the owner of an object can perform various operations with the object. In order to allow other users to operate it, privileges must be granted. (However, users that have the superuser attribute can always access any object.)
Comment
Specify a comment for the procedure.
Execute As
Specifies the security context under which to execute the stored procedure (For details see Execute As Clause (Microsoft SQL 2005 References)).
Check the For Replication option to indicate that the procedure is executed only during replication.
With Recompile
Indicates that the Database Engine does not cache a plan for this procedure and the procedure is compiled at run time.
Prev | Return to chapter overview | Next |