Hi
From within an Execute SQL task can I reference GlobalVariables?
I'm trying to insert into a table using an Execute SQL task and wish to store the Global Variable values.
Can I use something like:
insert into tableA values(GlobalVariables("my_column))
Any help welcome.
Eamon