The document describes how to import an Excel file into SQL Server 2005 using Integration Services. It involves:
1) Creating an Integration Services project and adding a Data Flow task
2) Dragging an Excel source and SQL Server destination onto the Data Flow tab
3) Mapping the columns from the Excel file to the columns in a new database table
4) Executing the package to import the Excel data into the SQL Server table.