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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -