Creating stored procedures

You can create a stored procedure from the Data Project Explorer, either from a data development project, or by using the toolbar buttons. You can also create a stored procedure from a database connection in the Data Source Explorer view or Administration Explorer view.

When you create a stored procedure, a wizard guides you through the entire process. You can also simply specify a name and language for the stored procedure and then modify the source code in the routine editor.

Before you create stored procedures, you must complete some setup steps. See Preparing to develop routines for more information.

Stored procedure development is not supported for every available data source. See Routine support by server type for details.

To create stored procedures, you must have the required authorities and privileges. See Authorities for DB2 stored procedures and user-defined functions for details.


Feedback