Introduction to SQL Server 2008 R2 Integration Services

In this unit you will learn how to develop an ETL process (extract, transform, load) with SQL Server 2008 R2 Integration Services (SSIS). Developers use SSIS packages to populate data models that are optimized for easy, high performance reporting and analytics experiences.

Hands-On Labs

  • Hands On Lab: Building Your First Extract-Transform-Load Process with SQL Server 2008 R2 Integration Services

    This Hands On Lab covers how to design an ETL process with SQL Server 2008 R2 Integration Services to support a sales quota forecasting process. In this scenario, annual sales quotas are extracted from a mainframe and published to a remote FTP server in a series of text files. You will create an SSIS package to populate a staging table in a SQL Server database with this sales quota data, transform the extracted records, and then load the transformed records into a fact table in a dimensional data model that business users will use for query and analysis operations.

Videos