I've got a problem that I can't figure out. With Oracle, MySQL databases, and anything else I've used, Alteryx is always faster than TOAD.
I've got this query that's connecting to a Microsoft SQL Server warehouse. It's always looking at yesterday's data, with no active data flowing TO the warehouse except once each night.
In TOAD, the query runs in under 10 seconds.
In Alteryx, Input Data Tool, it is 100%, completely and utterly unusable. I've given up after letting it run more than 6 hours, just trying to get 3,530 results.
In Alteryx, Connect InDB Tool, sometimes it'll take 30 seconds, sometimes it'll run for hours and never finish.
I don't know what to do. It's the exact same query - I literally copied the language straight out of TOAD and into Alteryx, ran Test Query to verify syntax, and then tried running it.
You might say, if it runs so well under TOAD, why not leave it there... well, it's part of a 30-something step workflow, that produces more than a dozen files and edit check output and we can't schedule it in TOAD, but we can schedule it in Alteryx.
I set up the connection in ODBC Admin, and used that under Manage In-DB Connections, so it's not like it's overly complicated, or even that I have the option to change options/settings.