I reckon that one of the most commonly used components in SSIS is the OLE DB Source component . This is the one that you use to pick up data from an OLE DB compliant data source (e.g. a database) in order to use that data in your pipeline. This is done
Read More...