This document describes an SSIS project for an ETL process that loads data from various source files into a SQL Server database. It involves multiple packages that populate different tables with data from Excel spreadsheets, XML files and CSV files. There is also a package that backs up the database nightly and another that reindexes and shrinks the database. A master package calls all the other packages to run the full ETL process nightly.