Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Data Engineering — How to Build an ETL Pipeline Using SSIS
Rating: 4.2 out of 5(22 ratings)
894 students

Data Engineering — How to Build an ETL Pipeline Using SSIS

Build an ETL Pipeline Using SQL Server Integration Services (SSIS)
Last updated 3/2026
English

What you'll learn

  • Create an ETL Pipeline
  • Create an SSIS Package
  • Configure Data source
  • Extract Data
  • Configure Data Destination
  • Transform Data
  • Test and Run SSIS Package to Load Data

Course content

4 sections25 lectures1h 43m total length
  • Introduction0:20
  • What is SQL Server2:57
  • SQL Server Editions4:45
  • Download SQL Server4:31
  • Install SQL Server9:43
  • Install SQL Server Management Studio -SSMS5:48
  • Connect SSMS to SQL Server7:46
  • Install Sample database6:28

Requirements

  • Visual Studio 2019 Installation Required. ( The course shows you how to install it.)
  • Microsoft SQL Server Installation Required. ( The course shows you how to install it.)
  • SSIS Visual Studio Extension Required. ( The course shows you how to install it.)

Description

SQL Server Integration Services is a component of the Microsoft SQL Server database software that can be used to perform a broad range of data migration tasks. SSIS is a platform for data integration and workflow applications. It features a data warehousing tool used for data extraction, transformation, and loading .

ETL, which stands for extract, transform and load, is a data integration process that combines data from multiple data sources into a single, consistent data store that is loaded into a data warehouse or other target system.

An ETL pipeline is the set of processes used to move data from a source or multiple sources into a database such as a data warehouse or  target databases.

SQL Server Integration Service (SSIS) provides an convenient and unified way to read data from different sources (extract), perform aggregations and transformation (transform), and then integrate data (load) for data warehousing and analytics purpose. When you need to process large amount of data (GBs or TBs), SSIS becomes the ideal approach for such workload.

In this course you will learn how to build an ETL pipeline for database migration using SQL Server Integration Services (SSIS) in Visual Studio 2019.

We will create a SSIS package that will extract and transform data from a source database and then load the data into a target destination database.

Who this course is for:

  • Beginner Data Analyst
  • Beginner Data Scientist
  • Beginners to ETL