Running federated stored procedures

You can use the workbench to run a federated stored procedure on the database server.

To run a federated stored procedure:

  1. In the Database Explorer, right-click the federated stored procedure that you want to run, and click Run. The federated stored procedure runs on the database server. If the federated stored procedure has parameters, a window opens where you can specify parameter values.
  2. View the results that correspond to the run action in the Data Output view. You can view messages, parameters, and result sets.

Feedback