Archive

Posts Tagged ‘data flow task’

SSIS Package for merging data sources and applying transformations

December 14th, 2008 Ravi Khanal No comments

Scenario:
I have file in different heterogeneous sources like Text file and Excel File and I want to merge it into the SQL Server Table. But before loading the data into SQL Server table I have to change the First Name Column into Upper Case and also I need to give 20% raise in the salary. So I should have the proposed salary column added to the table.

Solution:

So First I need to have the data flow task for this.

Then in the data flow the package would be like this:

Read more…