|
SSIS Component Explorer
-
Version
1.0
In the world of data warehousing, SQL Server
Integration Service (SSIS) is a popular platform for
building high performance data integration solutions
including Extraction, Transformation and Load (ETL)
packages for data warehousing.
But programming Integration Service has become more
popular in between SSIS developers recently. So to
help SSIS developers for boosting their programming
abilities, SQL Lion team has come up with a unique
tool called “SSIS Component Explorer”. This tool can
be used as a Swiss Army Knife, to hunt down critical
problems while developing SSIS package
programmatically.
“SSIS Component Explorer” describes all the components
and their relative properties like Creation Name,
Component ClassId, etc required to develop a package.
It includes the below components:
--> Control Flow components (Tasks and Containers)
--> Data Flow components (Data Flow Sources, Data Flow
Transformations and Data Flow Destinations)
|