If you have a primary key in source , then compare the source and target tables (using table comparison transform or just a simple left outer join) to find out the missed out records , then load them during the next run ( you may look into conditional flow to perform this)
↧