October 3, 2013 at 1:27 pm
i have a proc that is getting called and returns a filename that loads into cache in ssis. How do i then make a connection to that file? I dont see anywhere in the connection manager a way to full the filename from the result set
October 3, 2013 at 1:59 pm
You need a variable that has scope for the whole package. Assign the filename to the variable look for the Property "Expressions" in the connection properties. In there you can change the properties and assign the value of the variable.
I hope is clear enough, I usually don't answer SSIS questions :-D.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply