Is SQL Server Merge Replication a Transaction?

If I have two tables with a one-to-many relationship that are replicated using merge replication in the same publication, and at the subscriber I add a row for each in the transaction , will SQL Server replication make sure that these rows are not applied on the server in the transaction , also?

+3
source share
1 answer

Although I cannot say for sure, there is strong evidence that the answer is no .

First, an article using logical records with merge replication reports

. , , , . , .

, -, , () . ad-hoc- , . , .

, MSmerge_contents , . , , . generation, - , .

, , , .

+1

All Articles