SQL Server Integration Services (SSIS) can be a handy platform for developing and implementing Extract, Transform, and Load (ETL) solutions.
SSIS is part of the BI (Business Intelligence) suite as it’s a kind of a shortcut from the business logic to codifying a solution, without the help of the hardcore programmers.
SSIS offers a visual way – as flow chart – for running any kind of codes from multiple sources and help generate simple to complex process flow using visual studio for orchestrating the whole process.
SSIS is easy to Understand and Manage:
Understand: Tasks are simple to understand as a building stone: can be used for various actions – just drag, drop, configure and place in the flow.
Some Task categories for example (see more in MSDN):
Data Flow Task: The task that runs data flows to extract data, apply column-level transformations, and load data.