Lesson 1: Creating the Basic Package

New: 14 April 2006

In this lesson, you will create a basic package by using the SQL Server Import and Export Wizard. The package selects and extracts data from an Excel spreadsheet and writes that data to the ProspectiveCustomers table in the AdventureWorks sample database. The table is defined in the wizard and created when you run the package.

The SQL Server Import and Export Wizard will be run in Business Intelligence Development Studio and you will launch the wizard from an Integration Services project.

After you complete the SQL Server Import and Export Wizard the package is added to the Integration Services project. You will open the package in SSIS Designer, the Integration Services graphical tool for building complex packages, and verify that certain properties of the package are configured correctly.

Finally, you will test the package by running it in Business Intelligence Development Studio.

Important

This tutorial requires the AdventureWorks sample database. For more information on installing and deploying AdventureWorks, see: Running Setup to Install AdventureWorks Sample Databases and Samples.

Lesson Tasks

This lesson contains the following tasks:

Start the Lesson

Creating the Integration Services Project