I am working on an SSIS data flow task.
Source table from an old database that is renormalized.
Normalized destination table.
SSIS error because data transfer is not possible due to duplication (duplicates in the primary key column).
It would be nice if SSIS can check the destination for the current record (by checking the key), and if it exists, it can ignore it. Then he can continue the next recording.
Is there any way to handle this scenario?
source share