This document provides an overview and instructions for completing a SQL Server Integration Services (SSIS) project. It outlines the steps to:
1. Create an SSIS solution and project with the necessary connection managers to an OLTP and OLAP database.
2. Develop containers with tasks to extract, transform, and load data from the OLTP to OLAP database, including dropping foreign keys, clearing tables, and populating dimension and fact tables.
3. Map data connections and configure transformations between the source and destination tables.
The project utilizes SQL Server tools to extract, transform and load normalized transactional data into a denormalized data warehouse for analysis.