Sql-server – ssis control flow loop

sql serverssisssis-2012

enter image description here

I need an SSIS package that loops back to the initial execute task after the wait for delay block is executed. here is the logic for the below package: execute SQL task executes a set of commands and after that if a condition is met, the second process(preparation sql task 1 and so on) will be executed. if the condition is not met, it will wait for some time and re-run the first task(execute sql task). I am stuck here and cannot go any further. please help

Best Answer

You can create a For Loop Container. For an example, see the mssqltips article Configure the SQL Server Integration Services For Loop Container.