Replication issue

  • my table is getting replicated from server 1 to server 2. I got a request to delete the records in table in server 1 and insert new set of records.  does replication take care of the records in server 2 or should i do something to make both in sync.

  • I would guess this is just a normal transactional replication configuration and in that case replication would take care of it - the delete and then the insert would be picked up by the log reader agent and the commands are then executed on the subscriber.

    Sue

  • Thanks for the response.. it worked as you mentioned.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply