Skip to content

Microsoft SQL Server Business Intelligence

This laboratory's goal is to practice the usage of Microsoft SQL Server products in business intelligence scenarios. Through the exercises, you will familiarize yourself with Microsoft SQL Server's usage as a data warehouse, Integration Services as an ETL tool, and Reporting Services for report generation.

Pre-requisites

You need to following tools to complete this laboratory:

Material to review before the laboratory

Task overview

We have a webshop that sells books. Our goal is to understand our users and find out which are the best books we should market more. We have the users of the webshop, the books, and user-given ratings of these books. We already exported these data in the form of CSV files. We will use Microsoft SQL Server as a data warehouse, Integration Services as the ETL tool, and PowerBI to present our insights in a visual form.

The model of our approach looks like the following.

Overview of the process

Grading

Exercises 1 & 2 help you prepare the environment. Starting with exercise 3, each exercise is worth one grade when completed successfully. For an exercise to count as successful you must finish all its subtasks successfully. (E.g. if you complete exercises 3 and 4 successfully, but there is an error in exercise 5, and you did not complete exercise 6, the resulting grade will be 3.)

Back to top