Experts,
I created a SSIS Package, which copies data( say a whole table) from Oracle 10g to SQL Server 2014. which is working fine.
This job should run every day.
To copy the whole table , It is taking too long, As it is copying the whole table every day.
Is there a way the copy can happen only for the updated records?
Thanks & Regards
Praveen