DTS Lab A Creating A Simple Data Load
DTS Lab A Creating A Simple Data Load
Exercise 1
Getting Started
In this exercise, you will start a new DTS package and create source and
destination connections to SQL Server.
Exercise 2
Adding a Transform Data Task
In this exercise, you will create a Transform Data Task to load data from
Northwind product and category tables into the product_dim dimension.
Warning: Do not load data into the product_dim_key column.
Exercise 3
Adding an Execute SQL Task
In this exercise, you will create a new SQL Server connection to the polaris
database and an Execute SQL Task to delete data from the product_dim
dimension.
Exercise 4
Defining the Package Workflow
In this exercise, you will define the workflow of the product_dim package as
follows:
Old data should be successfully deleted from the product_dim dimension prior
to the data load from the Northwind database.
Exercise 5
Finishing Up and Executing
In this exercise, you will save the product_dim package to SQL Server,
execute the package, and then verify the package results.
Value
Package name
product_dim
Location
SQL Server
Value
product_dim_key
product_id_app
product_name
Chai
reorder level
10
obsolete flag
category_name
Beverages
category_description
unit_price
18.0000
quantity_per_unit
10 boxes x 20 bags