Challenge 01 - Data Warehouse Migration

< Previous Challenge - Home - Next Challenge >

Introduction

WWI wants to modernize their data warehouse in phases. The first stage will be to scale-out horizontally their existing data warehouse. The data warehouse migration will be from their on-premise WWI Data Warehouse to Azure Synapse Analytics. They like to reuse their existing ETL code and leave their source systems as-is (no migration). This will require a hybrid architecture for on-premise OLTP and Azure Synapse Analytics as the end state. This exercise will be showcasing how to migrate your traditional SQL Server (SMP) to Azure Synapse Analytics (MPP).

Description

The objective of this challenge is to migrate the WWI DW (OLAP) to Azure Synapse Analytics. Azure Synapse Analytics is a MPP (Massive Parallel Processing) platform that allows you to scale out your datawarehouse by adding new server nodes (compute) rather than adding more cores to the server.

There will be four different object types we’ll migrate:

Here are the steps to migrate from SQL Server to Synapse Analytics.

The Solution diagram is described in the text following this diagram.

Success Criteria

Learning Resources

Overall Migration

Database Schema Migration

Database code rewrite (T-SQL)

SSIS Job

Tips

Advanced Challenges (Optional)

Too comfortable? Eager to do more? Try these additional challenges!