Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Tracy J Powell: "Thank you VERY much for the quick and helpful response. I will definitely upgrade as soon as possible. Your products are great and I use them daily".
Jim Salmons: "That is excellent news! I will look forward to a future update with these features. It will be attention to such details that further distinguishes your excellent products from the competition.

As always, I appreciate your great products and your demonstrated customer service is equal to the high quality of your products".

More

Add your opinion

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