Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Microsoft BI - SQL Server Integration Service (SSIS) Course
Rating: 1.0 out of 5(1 rating)
7 students

Microsoft BI - SQL Server Integration Service (SSIS) Course

Course Covers SSIS from Basics to Advanced Levels
Created byAmit Kumar
Last updated 11/2021
English

What you'll learn

  • MSBI - Microsoft Business Intelligence
  • SSIS - SQL Server Integration Services
  • Building data warehouse
  • Building dimensional data model

Course content

1 section12 lectures8h 40m total length
  • Introduction to Ms-BI and Building Data Warehouse51:50
  • Understanding Data flow task, OLE DB source and Merge Join43:22
  • Understanding Derived Column Transformation and OLE DB Destination36:25
  • Transferring data from multiple source to SQL Destination1:00:46

    Learn to transfer data from multiple sources into a sql destination, transform the data, and handle data mapping, type conversion, and excel-to-sql challenges.

  • Understanding Union All and Data Conversion Transformation42:41
  • Aggregate Transformation12:11
  • Conditional Split Transformation35:46
  • Union All Transformation39:08
  • OLEDB Command Transformation1:02:42

    Learn to use the OLE DB Command Transformation in SSIS to update and conditionally insert data from sources like Excel and customer tables, with audit and destination mappings.

  • Row count and Script Component Transformation54:35
  • Multi Cast Transformation32:00
  • Slowly Changing Dimension Transformation48:45

Requirements

  • SQL Basics would be the ideal

Description

This course covers SSIS from Basics to Advanced Levels

SSIS - SQL Server Integration Services

SSIS:

SSIS makes it easy to create robust and complex solutions for extracting, Transforming and Loading the data.

These will help you to design, create, deploy and manage packages that address everyday business requirements.

SSIS can be used for data migration as well as data integration purpose.

Sections in SSIS Designer:

Control Flow:

Work flow of task execution / order of tasks execution.

Controlling the flow of SSIS package execution.

Data Flow: ETL


It contains extracting the data from one more sources with the help of source adapters, performing transformations and loading the data into one more destinations with the help of destination adapters.

Event Handlers:

It allows you to implement error handling and debugging of control flow tasks in SSIS packages.

Package Explorer:

It allows you to browse the package contents. Package contains tasks, precedence constraints, log providers, variables, event handlers and connection managers.

Parameters:

Parameters are the replacement for configurations that are in the current version of SSIS. It allows you to assign values to properties within packages at the time of package execution.

Connection Manager:

It maintains all connections used by the different tasks and adapters in the package.

A connection manager is a logical representation of a connection

Who this course is for:

  • Programmers
  • Business Analyst
  • BI professional
  • Students