Edit and run Stored Procedures
The integrated Object Manager handles functions, stored procedures and other database objects for MS SQL Server, Sybase and Oracle database server. The Object Manager can be started with Database Navigators Corner Menu (select your database connection, catalog and schema -> open the Corner Menu in the Objects list -> select "Object Manager...").
Edit Stored Procedures and other database objects
Running Stored Procedures
Every database vendor has a different method for invoking stored procedures. The methods for Oracle, MS SQL Server and Sybase database servers are described in this chapter. If you are not sure how your database server handles stored procedures take a look at your database vendors manual on stored procedures.
Run Stored Procedures with Oracle database servers
Run Stored Procedures with MS SQL Server and Sybase database servers
Run stored procedures with SQL Viewer and SQL Console MS SQL Server and Sybase support the "EXEC" command to run stored procedures. SQL Console and SQL Viewer both support the EXEC command and display the result set generated by your stored procedure call. If your stored procedure returns more than one result set SQL Viewer displays the result sets as tabbed view and SQL Console displays the results sets as list.
This command executes the sp_configure stored procedure and displays the result set. |