HOTSPOT
You are developing a SQL Server Integration Services (SSIS) package. The package contains a userdefined variable named @Queue which has an initial value of 10.
The package control flow contains many tasks that must repeat execution until the @Queue variable
equals 0.
You need to enable the tasks to be grouped together for repeat execution.
Which item should you add to the package? (To answer, select the appropriate item in the answer area.)
Which item should you add to the package?
HOTSPOT
You are developing a SQL Server Integration Services (SSIS) package. The package contains a userdefined variable named @Queue which has an initial value of 10.
The package control flow contains many tasks that must repeat execution until the @Queue variable
equals 0.
You need to enable the tasks to be grouped together for repeat execution.
Which item should you add to the package? (To answer, select the appropriate item in the answer area.)
For Loop Container