Microsoft BI – SQL Server Integration Service (SSIS) Course

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

Leave a Reply