sql server 2014 - Transaction Replication messed up -


i have setup sql server transaction replication setup in our environment.

  • sql version: sql server 2014

  • server1 publisher

  • server2 subscriber1
  • server3 subscriber2

both subscribers pull type 1 way (transaction) replication.

question: when delete 100000 rows @ publisher, deletes same no of rows @ subscriber1, @ subscriber2, deletes more 100000 rows.

to stop have cleanup distribution , stop deletion.

what can issue?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -