I have a table in sql server that has about 30 columns. I am retrieving data from Oracle and then doing a lookup against the sql server destination table. I am then using a Conditional Split to determine the new rows and changed rows. In full cache mode,
I am not getting all of the data when I lookup against the destination, so the rows are being processed as a new row. When I change to partial cache mode, all of the data processes exactly like it is supposed to. My problem is that when I change to partial
cache mode the package goes from less than 2 minutes to 2 hours. What else can I do load incrementally but process quickly?
Kim B.