suppose, I have a flat file as a source in SSIS which contains 3 columns and its keep on changing
a b c
1 2 3
2 3 4
now I need that if the flat file is changed (suppose two new columns are added) then the destination file (table in SQL) should also be changed .