We have a flat file which has the column names in the first row. then one day we decided to change the name for two of the columns, I thought it will break the current data flow task because the column names were changed. However, it was not the case, the package ran just fine. So I guess as long as I don't change column order, column name change is always okay??
↧