InterviewSolution
Saved Bookmarks
| 1. |
What is data transformation in SSIS? |
|
Answer» Data transformation is the process of extracting required data from a data source and is the most critical SSIS step. Post extraction, the process aids in managing and transferring the data to a specific FILE destination. There are several RULES IMPLEMENTED by this process for loading the extracted data to the destination TARGET file. Based on this, the transformations are classified as: |
|