Exercise 1
Exercise 1
Description
This is the first of a two part exercise in which we will build a simple cube for Cronus.
The cube will contain information about sales in amount per customer and currency.
In this part of the exercise, we will extract the data from the Cronus SQL Server database,
transfer it into a staging database and finally store it in the data warehouse.
When creating the databases for the training remember to replace the “xx” in front of the
suggested database name with the Student Number that the instructor assigns to you. For
example, if you are Student02, the name of the Staging Database that you will create will be
“02StageCronus” instead of “xxStageCronus”.
Page 1 of 3
Tasks
Name Cronus
Name CronusStage
Server name .\Training
Database xxStageCronus
Name Cronus
Server name .\Training
Database Cronus
7. Read the objects from the data source by right-clicking on the new data source and selecting
‘Read Objects’
Page 2 of 3
8. Select the following data from the data source
Name CronusDWH
Server name .\Training
Database xxCronusDWH
9. Copy all tables from the staging database to the data warehouse by dragging the tables one by
one from the staging database to the data warehouse or by dragging the ‘Table’-node on the
staging database to the ‘Table’-node on the data warehouse.
Click ‘Add as new table’ when asked.
11. Review the contents of the tables on the data warehouse, using the ‘Preview Table’ function
Results
After completing this exercise you will have a data warehouse with 3 tables containing
information about customers, invoice lines and items.
Page 3 of 3