![]() |
Learn more about Toad for SQL Server Find solutions and downloads at the |
Toad for SQL Server 6.6 |
Note: This topic focuses on information that may be unfamiliar to you. It does not include all step and field descriptions.
To create or alter a stored procedure
Select the Stored Procedures node under the Programmability node in the Object Explorer.
Complete the fields as necessary. Review the following for additional information:
General |
Description |
Parameters |
Click |
Options |
Description |
Encryption |
Select True to publish during SQL Server replication. |
Recompile |
Select True to compile the procedure at run time. |
For replication |
Select True to specify that the stored procedure is created for replication. |
ANSI nulls |
Select True to allow NULLs for procedures that use SQL-92 NULL handling. |
Quoted identifier |
Select True to identify any strings that use a double quotation mark delimiter as an object identifier. |
Execution context |
Select a user under which you want to execute the stored procedure. |
Note: You can also write a script defining a procedure action and parameters in the Editor and click in the Editor toolbar. This invokes Create Stored Procedure dialog and Toad automatically recognizes parameters and SQL body.