Hi everyone,
We just migrated our databases to AWS.In environment, periodically we have started missing records in some subscriptions. We don't have any delete against those articles in subscription(confirmed by adding delete triggers for these articles, and did not catch delete). For one particular publication that I am working on , the insert and update happened in short period of time, and because of missing rows, the update statement causes the distributor agent to fail(complaining not found rows).
Is this something related to deferred update,although we don't update our unique key?how can I find what has happened to those missing inserts,since we don't have failure on publication.
I would appreciate if someone help me on this issue.
A.G