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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -