Viewing 5 posts - 1 through 6 (of 6 total)
got the param passing to package variable working. Within Execute SQL Task, I had been trying to use parameter mapping to output a parameter rather than the result set functionality on...
November 21, 2005 at 5:58 am
any other thoughts/suggestions on this?
Thanks janette
November 18, 2005 at 10:36 am
Hi Jamie,
setting up the sql task parameter is fine. just have a simple query declare @LRun datetime
set @LRun = (select * from JobStore)
Param mapping:var name - LRun, direction - I,...
November 17, 2005 at 9:49 am
me again... think i have manged to get the var scoping working (had a look at some of your associated articles) However, I have just noticed that the correct value...
November 17, 2005 at 8:45 am
Hi Jamie,
Yes I am using parent package configuration. setting the configuration from the child and refernecing the var in the parent package. one other question. does the variable in...
November 16, 2005 at 2:52 am
Viewing 5 posts - 1 through 6 (of 6 total)