SQL Server Integration Services (SSIS) is a platform for data integration and workflow applications. The SSIS architecture includes packages, tasks, containers, variables, connections and event handlers. Packages contain control flow elements, like tasks and containers, that prepare data. Data flow elements in packages extract, transform and load data. The control flow engine manages task execution while the data flow engine moves data between sources and destinations.