Hello,
 
apparently the QueryDatabaseTable processor catches changes made to the data of the source database - updates and inserts.
 
Has anybody a good idea or strategy how to handle deletes in the source database? Of course one could flag a record as deleted instead of phisically deleting it. But this means changing the source system in many cases and that is sometimes not possible. And yes, if you process the change log (if available) of the source system that is also a good option.
 
Would be greatful for any tips or a best practive of how you do it.
 
Rgds,
 
Uwe

Reply via email to