I have a transactional replication of a table. The update commands being run to this published table are changed to delete+insert commands (deferred update). The update is not to the primary key. There is no unique index on the table except for the primary key. The deferred update is unexpected as none of the fields which are part of the unique constraint were updated.
↧