[quoted text, click to view] Simon Sabin wrote:
> Hello BLS,
>
> DTS doesn't run within TSQL. Are you trying to execute some TSQL from within
> a DTS package and have the TSQL use some global variable.
>
> If so you can set the SQL in your execute sql task from an activex script
> component. In here you can build the TSQL with the value of the global variable.
>
>
What I would like to do is access a DTS global variable inside a TSQL
task. I'd like to set its value, etc, only not via activex but using
TSQL.