SSIS Bulk insert task: Set the input filename at run time -
03-23-2006
, 03:13 PM
Hi
How can I set the input file name at run time in SSIS for at bulk
insert task? In DTS I could set the filename using a Dynamic Properties
Task, and in that way specify the name, which in my case change
according to the date. But how do I do this in SSIS? I can set the
SourceConnection property using an Expression, but that specify an
existing connection and not the filename for that connection.
Thanks in advance.
-Henrik. |