• Post category:StudyBullet-14
  • Reading time:8 mins read


Master ETL/SQL Developer Skills: Microsoft SQL Server /SSIS /ETL/SSRS/SSAS/T-SQL

What you will learn

The basics of ETL (extract, transform, load) concepts and data integration

Creating stored procedures using T-SQL

Using SQL Server Integration Services (SSIS) for ETL

Creating SSIS packages for data extraction, transformation, and loading

SQL Server Reporting Services (SSRS) for creating reports

Designing and building reports using SSRS

Designing efficient ETL pipelines

Data transformations, including data cleaning and data mapping

Create Tabular Data model with SSAS

Create and execute SSIS Package

Deploy SSAS Model

Description

The ETL/SQL Developer Toolkit is an essential set of tools and techniques for building efficient and scalable ETL pipelines using Microsoft SQL Server. This comprehensive training program covers all the core components of the ETL/SQL Developer Toolkit, including MS SQL Server, SSIS, ETL, SSRS, and SSAS. The course is designed to provide developers and data professionals with the skills and knowledge they need to design, develop, and deploy complex ETL solutions using Microsoft SQL Server.

Students will then learn how to use create stored procedures usingΒ  T-SQL, which is a powerful language used for managing and manipulating data in SQL Server databases.

The course covers core components of the ETL/SQL Developer Toolkit, beginning with SQL Server Integration Services (SSIS). Students will learn how to create SSIS packages for data extraction, transformation, and loading.


Get Instant Notification of New Courses on our Telegram channel.


The course coversΒ  how to create reports with SQL Server Reporting Services (SSRS). Students will learn how to design and build reports using SSRS, and explore features like publishing and deploying reports in SQL Server.

The course also covers SQL Server Analysis Services (SSAS), which is used for designing and developing Tabular models. Students will learn how to create a Tabular model using SSAS .

Overall, this course provides a comprehensive overview of the ETL/SQL Developer Toolkit, covering all the essential components and best practices for developing efficient ETL pipelines using MS SQL Server. Whether you’re a data professional, developer, or IT professional, this course is an essential step towards mastering ETL development with Microsoft SQL Server.

English
language

Content

SQL Server Setup

Introduction
What is SQL Server
SQL Server Edition
SQL Server Installation Requirements
Note
Download SQL Server
Install SQL Server
Install SSMS
Connect SSMS to SQL Server
Install adventureworksDatabase
Install adventureworksDWDatabase

Microsoft -SQL (T-SQL ) Essentials

Overview of Microsoft SQL (T-SQL)
Introduction to stored procedures
Creating stored procedures
Modifying stored procedures
Properties page of a stored procedure
Viewing dependencies of a stored procedure
Deleting a stored procedure
Viewing the definition of a stored procedure

Visual Studio Setup

What is Visual Studio
Visual Studio installation requirements
Install Visual Studio
Visual studio workloads
Install SQL Server Data Tools
Install SSDT Designer Templates

Building ETL Pipelines with SQL Server Integration Services (SSIS)

What is SSIS
What is ETL
ETL/SSIS Overview
Create SSIS Package
SSIS Designer
Add and configure a flat file connection manager
Remapping Column Data Types
Add and configure an OLE DB Connection manager
Add a data flow task to package
Add and configure the flat file source
Add and configure the lookup transformations
Add and configure Lookup for datekey transformations
Add and configure the OLE DB destination
Test SSIS Package

Creating Reports with SQL Server Reporting Services (SSRS)

Introduction to SSRS
Create a report server project
Create a report definition file
Configure a data source for the report
Define a dataset for the report
Add a table to the report
Format the report
Group data in report
Adding totals to the report
Previewing the report
Exporting the report

Create a Tabular Model with SQL Server Analysis Services (SSAS)

What is SSAS
Install SSAS
Connect to SSAS
Creating a Tabular model project
Explore tabular model authoring
Create a connection to data source
Transform and import data
Mark as data table
Create table relationships
Create calculated columns: Part 1
Create calculated columns: Part 2
Creating measures: Part 1
Creating measures: Part 2
Creating measures: Part 3
Create key performance indicators
Creating perspectives
Creating Hierarchies: Part 1
Creating Hierarchies: Part 2
What are partitions
Creating partitions
Creating Roles
Analyze in Excel
Deploying your model
Analyzing Model