@Not defined Not defined , you need the Change Data Capture (CDC) functionality which is only available on enterprise subscription products, it captures the change data and update them into target table, for more details about CDC, see this documentation page. Without CDC, all data are read from input table and updated into target table even though some of data aren't changed.