We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Alteryx Workflow to SQL Stored Procedure

SravaniAetikuri
5 - Atom

Hi,

 

Is there are a way to convert Alteryx workflow to SQL Stored Procedure? Any documentations or videos or references would be highly useful.

 

Regards,

Sravani

 

1 REPLY 1
BrandonB
Alteryx
Alteryx

If your workflow is using purely In-DB tools you can use a Dynamic Output In-DB to output the actual query that is being built: https://help.alteryx.com/20214/designer/dynamic-output-db-tool 

 

If you just have a regular workflow it isn't possible to convert it to a stored procedure because Alteryx isn't directly translated into SQL. There isn't a common language between different databases/flat files/APIs - that is the point of Alteryx to connect these disparate sources! 

Labels
Top Solution Authors