Microsoft Logo

55321: SQL Server Integration Services Training

55321: SQL Server Integration Services Training is a five-day instructor-led course that aims to team IT professionals on building, deploying, and managing integration services projects and packages. This helps in understanding the use of SSIS to transform, extract, and load data in and out of SQL Server.

📘 SQL 👥 3842 Enrolled ⏱️ 5 Days 💼 Advanced Level ⭐ 5 | 113 Reviews

Why Microtek Learning?

500+

Courses

10+ Years

Experience

95K+

Global Learners

Virtual Instructor-Led Training

$2795
📄 Download PDF
| 55321: SQL Server Integration Services

Course Overview

The 55321: SQL Server Integration Services course is built for professionals who are willing to gain expertise in utilizing SSIS for data integration, migration tasks, and transformation. This course is successful in providing a foundational understanding of SQL Server Integration Services Certification by learning into capabilities of SSIS. 

During the course, learners will learn about managing flow with sources and destinations, applying transformations, making packages dynamic using parameters and expressions, and performing data imports/exports. 

By completing this course professionals would be able to gain expertise in securing the SSIS Catalog and further have hands-on experience in extensive lab exercises. 

Please note this course is similar to the retired course 20767-C: Implementing a SQL Warehouse but with a stronger emphasis on building packages than on the whole design and execution of the data warehouse.

Mode of Training

🏫 Classroom 💻 Live Online 🧪 Blended 👨‍👩‍👧‍👦 Private Group

Upcoming Schedules

Start Date Time Duration Mode Price
Dec 08, 2025 9:00 am - 5:00 pm EST 5 Days online
$2795
+ View more schedules

What you will learn

  • Make complex SSIS packages for data extraction, transformation, and loading.
  • Containers can be used to efficiently manage transactions and repeated processes.
  • Set up your packages so they can change as the environment does
  • Utilize services for data quality to clean up data.
  • successfully resolve package issues
  • Establish and Maintain the SSIS Catalog
  • Package deployment, configuration, and scheduling
  • Make the SSIS Catalog secure

Who Should Attend This Course?

Database professionals who must perform the duties of a Business Intelligence Developer are the course's target audience.

The implementation of Data Warehouses, ETL, and data cleansing are just a few of the practical tasks they will need to focus on when developing BI solutions.

 

Prerequisites

  • T-SQL and SQL Server Agent employment experience is beneficial but not necessary.
  • Basic understanding of the essential features of the Microsoft Windows operating system.
  • Knowledge of relational databases in practice.
  • Some knowledge of database design.

📞 Talk to a Learning Advisor

Please enter Name
Please enter a valid email address.
Please enter a valid phone number in international format (e.g., +14155552671).
Please enter Message
Please agree to I agree to Terms & Privacy Policy*.
Please agree to I authorize Microtek Learning to contact me via Phone/Email*.

📘 55321: SQL Server Integration Services Outline

This module explains the purpose of SSIS and teaches how to use the Import/Export Wizard to exchange data between data structures.

Lessons

  • Import/Export Wizard
  • Exporting Data with the Wizard
  • Common Import Concerns
  • Quality Checking Imported/Exported Data

Lab 1: SSIS Overview

  • Use the Import/Export Wizard from SSMS

After completing this module, students will be able to:

  • Export data with the wizard.
  • Import data with the wizard.
  • Do a quality check on imported and exported data.

In this module, students learn to work with SQL Server Data Tools (SSDT) to design and deploy reports.

Lessons

  • Working with SQL Server Data Tools
  • Understanding Solutions and Projects
  • Working with the Visual Studio Interface

Lab 1: Working with Solutions and Projects

  • Import and run a package in SSDT-BI

After completing this module, students will be able to:

  • Work with SQL Server Data Tools.
  • Understand solutions and projects.
  • Work with the Visual Studio interface.

The Control Flow tab of the SSIS Designer is used to organize the general flow of your package execution. The control flow of a package includes different element types, such as tasks, containers, and precedence constraints. Each of these element types has a set of properties that you will use to define and manage individual instances of these elements. In this module, students learn to add containers or tasks from the SSIS Toolbox to the Control Flow Designer.

Lessons

  • Working with Tasks
  • Understanding Precedence Constraints
  • Annotating Packages
  • Grouping Tasks
  • Package and Task Properties
  • Connection Managers
  • Favorite Tasks

Lab 1: Basic Control Flow

  • Precedence Constraints and Execute SQL Task

After completing this module, students will be able to:

  • Understand the control flow.
  • Work with tasks.
  • Understand precedence constraints.
  • Annotate packages.
  • Group tasks.
  • Work with package and task properties.
  • Work with connection managers.

Microsoft has organized the tasks in the Common section of the SSIS Toolbox alphabetically. This module will touch on the functionality of each of these tasks, and provide Try It exercises for the tasks that are most commonly seen in classes and companies.

Lessons

  • Analysis Services Processing
  • Data Profiling Task
  • Execute Package Task
  • Execute Process Task
  • Expression Task
  • File System Task
  • FTP Task
  • Hadoop Task
  • Script Task Introduction
  • Send Mail Task
  • Web Service Task
  • XML Task

Lab 1: Common Tasks

  • Create a package to copy a file and send an email message on completion
  • Create a package to perform data profiling and then review the results
  • Create a master package and test the execution flow of the child packages

After completing this module, students will be able to:

  • Work with Analysis Services processing.
  • Insert tasks in bulk.
  • Use the Data Profiling task.
  • Use the Execute Package task.
  • Use the Execute Process task.
  • Use the Expression task.
  • Use the File System task.
  • Use the FTP task.
  • Use the Hadoop tasks.
  • Use the Script task Introduction.
  • Use the Send Mail task.
  • Use the Web Service task.
  • Use the XML task.

In this module, students will learn to work with data flow sources and destinations.

Lessons

  • The Data Flow Task
  • The Data Flow SSIS Toolbox
  • Working with Data Sources
  • SSIS Data Sources
  • Working with Data Destinations
  • SSIS Data Destinations

Lab 1: Data Flow Sources and Destinations

  • Working with Data Sources and Destinations

After completing this module, students will be able to:

  • Use the Data Flow Task.
  • Use the Data Flow SSIS Toolbox.
  • Work with Data Sources.
  • Work with Data Destinations.
  • Understand SSIS Data Destinations.

In this module, students learn about transformations, which allow you to modify data in the data flow pipeline.

Lessons

  • Transformations
  • Configuring Transformations

Lab 1: Data Flow Transformations

  • Working with Derived Column Transformations
  • Working with Lookup Transformations

After completing this module, students will be able to:

  • Working with Derived Column Transformations
  • Working with Lookup Transformations

In this module, students will learn to make SSIS packages dynamic.

Lessons

  • Features for Making Packages Dynamic
  • Package Parameters
  • Project Parameters
  • Variables
  • SQL Parameters
  • Expressions in Tasks
  • Expressions in Connection Managers
  • After Deployment
  • How It All Fits Together

Lab 1: Making Packages Dynamic

After completing this module, students will be able to:

  • Understand the features for making packages dynamic.
  • Use package parameters.
  • Use project parameters.
  • Use variables.
  • Use sql parameters.
  • Use expressions in tasks.
  • Use expressions in connection managers.
  • Understand how it all fits together.

In this module, students learn to use containers, which provide a way to organize tasks that need to be managed together as a group.

Lessons

  • Sequence Containers
  • For Loop Containers
  • Foreach Loop Containers

Lab 1: Containers

  • Use a Foreach Loop container to send a custom email to the names found in a database view

After completing this module, students will be able to:

  • Work with containers.
  • Sequence containers.
  • Use For Loop containers.
  • Use Foreach Loop containers.

This module puts together common troubleshooting methods along with some of the reliability features for SSIS all in one place.

Lessons

  • Understanding MaximumErrorCount
  • Breakpoints
  • Redirecting Error Rows
  • Logging
  • Event Handlers
  • Using Checkpoints
  • Transactions

Lab 1: Troubleshooting and Package Reliability

  • Creating a Script Task to Merge Error Messages
  • Configure a package to use transactions

After completing this module, students will be able to:

  • Understand MaximumErrorCount.
  • Work with breakpoints.
  • Redirect Error Rows.
  • Use Logging.
  • Use Event Handlers.
  • Use Checkpoints.
  • Use Transactions.

The project deployment model provides the framework for new functionality such as the SSIS catalog, environments, project level parameters and project level connection managers. This module explains how to deploy projects to the SSIS catalog.

Lessons

  • The SSIS Catalog
  • Deploying Projects
  • Working with Environments
  • Executing Packages in SSMS
  • Executing Packages from the Command Line
  • Deployment Model Differences

Lab 1: Deploying to the SSIS Catalog

  • Deploying a Project to the SSIS Catalog
  • Manually executing a Package

After completing this module, students will be able to:

  • Understand SSIS deployment and the SSIS catalog.
  • Deploy Projects.
  • Work with Environments.
  • Execute packages in SSMS.
  • Execute packages from the command line.

In this module, students will learn to install, upgrade, and administer SSIS.

Lessons

  • Installing SSIS
  • Upgrading SSIS
  • Managing the SSIS Catalog
  • Viewing Built-in SSIS Reports
  • Managing SSIS Logging and Operation Histories
  • Automating Package Execution

Lab 1: Installing and Administering SSIS

  • Automating Package Execution

After completing this module, students will be able to:

  • To install SSIS.
  • To upgrade SSIS.
  • To manage the SSIS catalog.
  • To view built-in SSIS reports.
  • To manage SSIS logging and operation histories.
  • To automate package execution.

In addition to the standard SQL Server database and instance permissions that can be configured like any other database, the SSIS catalog has special pre-defined database roles and additional permissions that can be assigned for the management and execution of SSIS packages. In this module, students learn to work with roles and permissions to secure the SSIS catalog.

Lessons

  • Principals
  • Securables
  • Grantable Permissions
  • Granting Permissions
  • Configuring Proxy Accounts

Lab 1: Securing the SSIS Catalog

After completing this module, students will be able to:

  • Understand principals.
  • Understand securables.
  • Grant Permissions.
  • Configure proxy accounts.

Still have questions?

Reach out to our learning advisors for personalized guidance on choosing the right course, group training, or enterprise packages.

📞 Talk to an Advisor

What You Get with Microtek Learning

Instructor-Led Excellence

  • Certified Instructor-led Training
  • Top Industry Trainers
  • Official Student Handbooks

Measurable Learning Outcomes

  • Pre- & Post-Training Assessments
  • Practice Tests
  • Exam-Oriented Curriculum

Real-World Skill Building

  • Hands-on Activities & Scenarios
  • Interactive Online Courses
  • Peer Collaboration (Not in self-paced)

Full Support & Perks

  • Exam Scheduling Support *
  • Learn & Earn Program *
  • Support from Certified Experts
  • Gov. & Private Pricing *

Our Clients

For over 10 years, Microtek Learning has helped organizations, leaders, students and professionals to reach their maximum potential. We have led the path by addressing their challenges and advancing their performances.

Actemium
US Dept of Defense
Education Advisory Board
GE Digital
Department of Homeland Security
Pacific Life
MetLife
AIG
Chase
DC Gov
Johnson & Johnson
William Osler Health System
Google

Our Awards

Microsoft Award

Microsoft Learning
Partner of the Year

Inc 5000

5000 List of the Fastest-Growing Private Companies in America

Top IT Training

Top IT Training Companies
(Multiple Years)

Why We Are Best To Choose?

Team Support

Professional Team Support

Our expert counseling team provides round-the-clock assistance with the best value offers.

Experienced Trainers

Experienced Trainers

Certified trainers with 5–15 years of real-world industry experience guide your learning.

Satisfaction Guarantee

100% Satisfaction Guarantee

We guarantee satisfaction with top-quality content and instructor delivery.

Real-World Experience

Real-World Experience

Train with industry projects and curricula aligned to current standards.

Best Price Guarantee

Best Price Guarantee

We promise the lowest pricing and best offers in the market.

Guaranteed to Run

Guaranteed to Run

All courses are assured to run on scheduled dates via all delivery methods.

SQL Learning Resources

Explore our collection of free resources to boost your SQL learning journey

Blogs

SQL Expert Blogs

Explore insights from industry experts to stay ahead in tech—dive into our Expert Blogs now!

Read Blogs
Talk to Advisor