In case you missed the announcement: The Alteryx One Fall Release is here! Learn more about the new features and capabilities here
ACT NOW: The Alteryx team will be retiring support for Community account recovery and Community email-change requests Early 2026. Make sure to check your account preferences in my.alteryx.com to make sure you have filled out your security questions. Learn more here
Start Free Trial

Alteryx Designer Desktop Discussions

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

Running pre-defined SQL script

HKR_4410
5 - Atom

Hello, I am trying to execute a pre-defined SQL script which looks something like this:

 


DEFINE CODE_PATH =C:\XYZ
DEFINE DATA_PATH =C:\XYZ\Final_Extracts

 

@"&&CODE_PATH\ALL_PARAM.sql"

 

DEFINE FRAMEWORK = HFV
@"&&CODE_PATH\ALL_HFV.sql" 

 

In above code - ALL_PARAM.sql just contains the date parameters

and ALL_VFH.sql is another script which enables the scripts that are needed to be run... Is there anyway I could run the scripts in Alteryx as I can  it in SQL developer. 

 

Any help would be much appreciated.

 

 

1 REPLY 1
Qiu
21 - Polaris
21 - Polaris

@HKR_4410 
I dont know much detail but maybe you can dig something with Run Command Tool?

Labels
Top Solution Authors