Adding new subscriber to existing transactional replication setup

  • I have a Transaction replication setup between

    Server A – Publisher

    Server B - Distributor and Subscriber which is running fine without any issues.

    I have a scenario where we need to add a another subscriber Server 3 to the exisisting replication process.

    I could able to add a subscription at the publisher using

    exec sp_addsubscription

    Created a new subscription at the subscriber using the commands

    exec sp_addpullsubscription

    exec sp_addpullsubscription_agent

    Problem is, I am not sure of creating a snapshot for the new subscriber, I could see only one Snapshot agent on the Distibutor, In case if I restart the snapshot I think it will disturb the existing replication process between Server A and B.

    Is there any way we can create the new snapshot for only new subscriber.

Viewing 0 posts

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