Executing SSIS packages in Loops

  • Hi all,

    I have a package which has one input variable i.e, date.

    I have execute that package in a loop such that it can take range of dates, i.e, dates from january to february.

    Thanks.

  • You can use a second package with a loop container and run your package within the loop. Package configurations will allow you to pass a variable value from the loop package to your package.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply