0

I can set the order of Merge Replication? I've read that the order is Delete -> Update -> Delete. I can change it? If so, how can it impact in my replication?

Alexandre_Almeida
  • 131
  • 1
  • 3
  • 10

1 Answers1

1

No, you cannot change the order in which changes are applied. You can however change the order of articles being processed - see sp_addmergearticle and parameter @processing_order.

Greg
  • 3,861
  • 3
  • 23
  • 58