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 ?
You'd have to define the connection and query in the Text Input tool
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
Can we do this with IN-DB Tool? and if so , which tool should i use?