I have a set of existing packages that use views from a SQL Server DB as external columns for source Data Flow tasks.
These views are used for multiple purposes beyond the SSIS packages that I am referring to.
If the views are changed (for the use cases other than my SSIS packages), just by the inclusion of additional columns, without changing the order of the existing columns in the output of the view, will that have any impact on the SSIS packages? Can the SSIS packages be used untouched or would the source Data Flow SSIS packages need to remap the columns that they are concerned with, ignoring the additional columns?