SOLVED
Setup a DB connection to run a stored procedure
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
EN6924
10 - Fireball
‎12-04-2023
12:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
Please provide the steps to setup a DB connection to run a stored procedure. We're looking to run a SQL SP from Alteryx.
Solved! Go to Solution.
Labels:
- Labels:
- In Database
- Tips and Tricks
1 REPLY 1
Hammad_Rashid
11 - Bolide
‎12-04-2023
12:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here are the steps to set up a database connection to run a stored procedure from Alteryx:
- Open Alteryx Designer and click on the Connections tab.
- Click on the New Connection button and select the appropriate database type from the list.
- Enter the required credentials and click on the Test Connection button to verify the connection.
- Once the connection is established, drag and drop the Input Data tool onto the canvas.
- In the Configuration window, select the database connection you just created.
- Click on the Stored Procedures tab and select the stored procedure you want to run.
- If the stored procedure has any input parameters, you can specify them in the Input Parameters section.
- Click on the Preview button to verify the output of the stored procedure.
- If everything looks good, click on the OK button to save the configuration.
That’s it! You should now be able to run the stored procedure from Alteryx.
