How can you recognize whether or not the newly added rows in the source are gets insert in the target?
Scenario:
How can
you recognize whether or not the newly added rows in the source are gets insert
in the target?
Solution:
In the
Type2 mapping we have three options to recognize the newly added rows
Version
number
Flagvalue
Effective
date Range
If it is
Type 2 Dimension the above answer is fine but if u want to get the info of all
the insert statements and Updates you need to use session log file where you
configure it to verbose.
You will
get complete set of data which record was inserted and which was not.
Comments
Post a Comment