When you load the Staging table for an Incremental Load is it not common practice to do a comparison with what is in the corresponding Data Warehouse Table to populate the Staging Table?
Also is it not common practice to mark the record in Staging with an INSERT, UPDATE or DELETE Flag so that you know what to do with the record?
Any ideas or suggestions would be greatly appreciated.