I need to execute a package once for every item in flat file. The package's parameters will be a few of the current item's attributes. What is the best way to proceed? I'm assuming the last thing I do is place an Execute Package Task
component inside of a Foreach Loop Container like below:
Each item had three attributes: username, password, and exactAccountName
These were then used to execute an SSIS package with each login credential.
In order to achieve this, do the following: