Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Converting a Workflow to SQL

ChrisT
5 - Atom

Alteryx has been a great tool for someone who doesn't have a lot of SQL practice.  I can use a simple query to get the raw data then start to transform it.

 

However, not all of my projects at work have room for an Alteryx step in them. I'm looking to convert or see the script my workflow is running to something resembling SQL.  This would be a huge help when trying to write the SQL I'll eventually have to use on certain projects.

 

I understand it wouldn't be 1:1. I couldn't just plug & play but it would be a great resource.

 

Is there a way to export or view the underlying procedures a Workflow is running?

15 REPLIES 15
DanM
Alteryx Community Team
Alteryx Community Team

@Maria2

 

I am not aware that a process like that would work. The Alteryx workflows and processes can only be run in Alteryx. This post only refers to building queries using Alteryx. Can I ask why you are attempting to run your Alteryx processes in other tools like Visual Query and not just run in Alteryx?

Maria2
6 - Meteoroid

I'm doing some tests with Visual Studio and Alteryx, that's why I'm doing this kind of thing. I will continue looking for the dll because yesterday I read it in an article but I lost the link.

lees
5 - Atom

Hi MattD, 

 

I'm new to Alteryx and am not familiar with the In-Database tools. I'm nervous that this could alter data in the actual SQL database, is that possible? Or does it simply pull the data from the database and analyze it? 

 

Thanks!

aOreilly
5 - Atom

Hey Matt D

Is there another tool or macro for this type of conversion from Dynamic Output In-DB to SQL?

Alex

thomas_vdb
7 - Meteor

Apart from the IN-DB tools, it's not really in Alteryx business model to ease your way out of Alteryx. The same would apply to R or any other integration. We let you use what you have, bring it in, but the other way round, well, you would not need Alteryx anymore.

And It's fine. That's how business works.

 

There is a resource however which you can use the other way around:

When Alteryx is marketing to developers, it shows that it is easier to use an Alteryx tool rather than a complex SQL query or T-SQL statement.

You just need to read it the otherway around. Check which tool you use, and what it is SQL equivalent to rebuild. That's also a good SQL training :)

 

https://www.alteryx.com/alteryx-sql

 

Hope this helps.

dora93
5 - Atom

You do not need an in-db tool to do this. Simply select the output tool - then use SQL Server as your database, select your server, schema and press ok - then type a name for the permanent table you want to save to.

 

 

Labels