• Post category:StudyBullet-3
  • Reading time:12 mins read


Build a Data Warehouse Solution

What you will learn

Describe the key elements of a data warehousing solution

Describe the main hardware considerations for building a data warehouse

Implement a logical design for a data warehouse

Implement a physical design for a data warehouse

Implementing a Data Warehouse

Describe the key features of SSIS

Implement a data flow by using SSIS

Debug SSIS packages

Describe the considerations for implement an ETL solution


Get Instant Notification of New Courses on our Telegram channel.


Implement Data Quality Services

Implement a Master Data Services model

Describe how you can use custom components to extend SSIS

Deploy SSIS projects

Description

A Data Warehousing (DW) is process for collecting and managing data from varied sources to provide meaningful business insights. A Data warehouse is typically used to connect and analyze business data from heterogeneous sources. The data warehouse is the core of the BI system which is built for data analysis and reporting.

It is a blend of technologies and components which aids the strategic use of data. It is electronic storage of a large amount of information by a business which is designed for query and analysis instead of transaction processing. It is a process of transforming data into information and making it available to users in a timely manner to make a difference.

MicrosoftSQL Server Integration Services (SSIS) is a platform for building high-performance data integration solutions, including extraction, transformation, and load (ETL) packages for data warehousing. SSIS includes graphical tools and wizards for building and debugging packages; tasks for performing workflow functions such as FTP operations, executing SQL statements, and sending e-mail messages; data sources and destinations for extracting and loading data; transformations for cleaning, aggregating, merging, and copying data; a management database, SSISDB, for administering package execution and storage; and application programming interfaces (APIs) for programming the Integration Services object model.

SQL Server Reporting Services (SSRS) is a reporting software that allows you to produce formatted reports with tables in the form of data, graph, images, and charts. These reports are hosted on a server that can be executed any time using parameters defined by the users. It is part of Microsoft SQL Server Services suite.

Analysis Services is an analytical data engine (VertiPaq) used in decision support and business analytics. It provides enterprise-grade semantic data models for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools

English
language

Content

Introduction to Data Warehousing
Introduction
What is a data warehouse
Database vs Data Warehouse
Data Warehouse Vs Enterprise Data Warehouse
Hardware requirements for Data Warehouse
Please Read
SQL Server Setup
What is SQL Server
SQL Server Versions
SQL Server Installation Requirements
SQL Server Download
SQL Server Installation
Install SSMS
Connect SSMS to SQL Server
Please Read
Install adventureworksDW Database
Enabling SQL Server Agent
Configure Database Settings for Data Warehouse
Visual Studio Setup
What is Visual Studio
Visual studio installation requirements
Install Visual Studio
Visual Studio Workloads
Install SQL Server Data Tools – SSDT
Install SSDT Designer Templates
Designing a Data Warehouse
Logical design for a data warehouse
Physical Design for a Data Warehouse: Part 1
Physical Design for a Data Warehouse: Part 2
Designing dimension tables
Creating an ETL Solution
What is ETL
What is SSIS
Introduction to ETL with SSIS
Create a new SSIS project
Explore Source Data: Part 1
Explore Source Data: Part 2
Implementing Control Flow in an SSIS Package: Part 1
Implementing Control Flow in an SSIS Package: Part 2
Implementing data Flow in an SSIS Package: Part 1
Implementing data Flow in an SSIS Package: Part 2
Debugging and Troubleshooting SSIS Packages: Part 1
Debugging and Troubleshooting SSIS Packages: Part 2
Logging SSIS Package events
Handling errors in an SSIS Package
Implementing a Data Extraction Solution
Introduction to Incremental ETL
Extracting Modified Data: Part 1
Extracting Modified Data: Part 2
Extracting Modified Data: Part 3
Extracting Modified Data: Part 4
Loading modified data: Part 1
Loading modified data: Part 2
Working with changing dimensions
Deploying and Configuring SSIS
Integration services catalogs
Deploying SSIS Solutions
Executing a package using SQL Server Agent
Configuring advanced SSIS Settings
Enforcing Data Quality
Installing Data Quality Services
Cleansing Data
Finding duplicate data: Part 1
Finding duplicate data: Part 2
Using Data Quality Services in SSIS Data Flow
Consuming Data in a Data Warehouse
Introduction to Business Intelligence
Please Read
Creating a new SSRS Project in VS2019
Using SSRS in Data Warehouse: Part 1
Using SSRS in Data Warehouse: Part 2
Please Read
Create a new SSAS Project in VS2019
Data Analysis with SSAS: Part 1
Data Analysis with SSAS: Part 2