Google News
logo
SSIS - Interview Questions
What is a container? How many types of containers are there in SSIS?
In SSIS, a container is a logical grouping of tasks, and it allows to manage the scope of a task together.
 
Types of containers in SSIS are :
 
* Sequence container
* For loop container
* Foreach loop container
* Task host container
Advertisement