I am asked to load data from a flat file source without an identity column into a SQL Server table with an identity column (column also does not allow null).
Is there a way to do this using a SSIS package?
I have data flow task created, the only option while mapping destination column (identity ) is to ignore, and this fails the task while executing the package.