Viewing 5 posts - 1 through 5 (of 5 total)
yes, we have tables, but i'd really need to do it via variable. there's no way to pass a variable along that's not global???
September 7, 2009 at 9:29 pm
global variable might work.....
but i'd still like to know if there is a standard for passing a variable between the tasks similar to how you pass in SSIS.
September 4, 2009 at 8:34 pm
ahhh... i think i got it... can't concatenate inside the variable of a SP, or function.... i guess i'll just wait for any confirmations....
have to set a new variable...
June 26, 2009 at 12:53 pm
got another question... same type actually.
what if it's a linked server that i want the current_timestamp for?
select current_timestamp from linkedserver.????.dbo.????
normally we do just "select current_timestamp" which is a function on...
January 23, 2009 at 6:42 pm
Viewing 5 posts - 1 through 5 (of 5 total)