Explain the best approch to do a SCD type2 mapping in parallel job?

Showing Answers 1 - 6 of 6 Answers

use CDC, lookup, trasformer stages to impliment SCD2.
In CDC just give the changed values and key column, then capture the changed records, in transformer just give the constraint for 0,1,2,3(del,insert,copy,updated data), u will get inserted data and updated data, copied data, deleted data.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions