It is important to realize you cannot incrementally
update deleted records. The cube MUST be full processed
if records have been deleted.
In order to handle this incrementally you will need to
take an accounting approach and negate the existing fact
as appropriate.
If you are deleting dimension members, try using a
deleted flag and coding to handle it that way.
Hope that helps,
Steve Hughes
Magenic Technologies
Quote:
However we do not know how to handle deleted records in
source for incremental update.These deleted records will
be hard deleted in source but they remain in DW bec the
logic looks for only maximum date for records that are
present in source database. |