Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Alteryx Work Flow and Conversion

tjamal1
8 - Asteroid

Hello,

We have a Stored Procedure in our SQL which get data from some tables and insert into another tables 

 

My question is ? 

 

1) Can we execute by simply calling it in Alteryx  ?

 

 

 

5 REPLIES 5
DavidP
17 - Castor
17 - Castor

If you connect to your database table using an Input Data tool, you can enter the SQL query that calls your stored procedure in the SQL editor inside the Input Data tool

tjamal1
8 - Asteroid

Can we do this with IN-DB Tool? and if so , which tool should i use?

DavidP
17 - Castor
17 - Castor

Use the Dynamic Input In-DB.

 

DavidP_0-1582271031686.png

 

tjamal1
8 - Asteroid

Can you provide your workflow file ? 

DavidP
17 - Castor
17 - Castor

You'd have to define the connection and query in the Text Input tool

Labels