Hello Eddie,
How do you know the value is not changing?
The code is the exact same between QA and DTS?
Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
Quote:
Tom,
Thank you for pointing me in that direction. I set up a tiny stored
procedure to run my SQL with an output parameter for my rowcount. I
set up the DTS to call the stored procedure (like at the website you
suggested) and store the returned value and output parameter as a
query result. If I run the SQL from the DTS in Query Analyzer, I get
the correct value in the output parameter. But the value of the
global variable is not changing when I run the DTS, and I did map the
global variable to the output parameter, so I am at a loss as to why I
can't get the global variable to change value.
Still tryin'.... |