sql server transaction replication - run continuously

  • When configuring synchronization schedule in the transaction replication this has a setting of 'Run Continuously'. I want to understand the duration after which the transaction logs would be transported from publisher to subscriber.

    -Lk

  • It should be immediate.

    It can be even like 2 phase commit, first it commits in the subscribers and then in the publishers.

    pavan.

  • Its immediate.Log Reader will tranfer the commands to subscriber immediately.

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

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