The document provides an introduction to Microsoft SQL Server 2008 R2 Integration Services (SSIS). It discusses SSIS packages, control flow, and data flow. SSIS packages implement ETL processes through tasks and containers sequenced by precedence constraints in the control flow. The data flow engine handles data extraction, transformation and loading through components like sources, transformations and destinations.