Microsoft followed the schema that SSIS, devides to two main parts:
1- The Control Flow
2- The Data Flow
The Control Flow:
which contains all things except the data, like: Loops, FTP, File System Task, and more controls that do anything but data.
The Data Flow:
which contains all thing about data, like data sources, and aggregate, and derived columns, and more.
So you can now transform the data.
to easily begin and follow the tutorials see:
- http://msdn2.microsoft.com/en-us/library/ms170419.aspx
- http://msdn2.microsoft.com/en-us/library/ms170419.aspx
- http://msdn2.microsoft.com/en-us/library/ms170419.aspx
- http://msdn2.microsoft.com/en-us/library/ms167061.aspx
- http://msdn2.microsoft.com/en-us/library/ms166569.aspx
Now, you are aware of the SSIS, concepts and know how to develop a package that transforms the data into something else.
The next time we will explore the bugs and trouble shoots that might face you when implementing a SSIS package.
No comments:
Post a Comment