SQL Server Replication Configuration – Part 4

Hello Folks,

You would have seen my last post, which was about how to create a Push Subscription to a Snapshot Publication. If you want to refer it again, then follow the link;

But now, I will deal with Creating of a Pull Subscription to a Transactional or Snapshot Publication.

Creating a Pull Subscription to a Transactional or Snapshot Publication

It is very much similar to the Push Subscription, if you would have seen it.

Pull Subscription: The main purpose of the Pull Subscription is to run the agents at the Subscribers and to reduce the load. Here the data is being pulled from the Subscriber end.

Pull Subscriber also reduces the load of the distributor when there are lots of subscribers.

So follow the steps:

Step 1: First, connect to your Subscriber using SQL Server Management Studio.

Step 2: Under the Object Explorer, right-click the Local Subscription Folder.

1_SQL_Server_Configuring_the_Replication_Part4

Step 3: In the “New Subscription Wizard” click Next button.

Step 4: In the Publication dialog, select the Publication for which you want to create one or more subscription.

Step 5: Now in the Distribution Agent Location, choose where to run the Distribution Agents. For Pull, we have to select here “Run each agent at its Subscriber (pull subscriptions)” and then click Next button.

This option also reduces the overhead at the Distributor and lets each Subscriber administer the synchronization of its subscription.

2_SQL_Server_Configuring_the_Replication_Part4

   

Step 6: In the Subscriber dialog, choose one or more Subscribers and their databases. You can also add Subscriber using “Add SQL Server Subscriber” button.

3_SQL_Server_Configuring_the_Replication_Part4

Step 7: Fill the process account in the Distribution Agent Security, and then click Next button.

4_SQL_Server_Configuring_the_Replication_Part4

Step 8: In the Synchronization Schedule, select the Agent Schedule, i.e. Run Continuously or Run-On Demand. I have opted Run-Continuously.

Step 9: In the Initialize Subscription dialog, specify when to initialize your Subscription with a Snapshot of the Publication. I have opted for Immediately.

Step 10: Now at the end of the Wizard, check on the “Create the Subscription box”. And you can also check the “Generate a Script..” box if you want to generate it.

Step 11: Click the Finish button.

Hence this was all about the Pull Subscription.

And also comments on this!!

 

Regards

Piyush Bajaj

Like us on FaceBook Follow us on Twitter | Join the fastest growing SQL Server group on FaceBook

Follow me on Twitter  |  Follow me on FaceBook

   

About Piyush Bajaj

I am very passionate about SQL Server. I also did certification on MCSA – SQL Server 2012, Querying and Administering; MCTS – SQL Server 2008, Database Development; and MCTS – SQL Server 2005, Implementation & Maintenance, which helped me to get more knowledge and interest on this field.Please feel free to drop me any question online or offline, I will try to give you the best possible answer from my side.Right now I am working as a SQL Server developer in TCS. I have an experience of just 2.6 years, well I can only say that “If you have an interest and passion, experience might become a very small thing”.

View all posts by Piyush Bajaj →

One Comment on “SQL Server Replication Configuration – Part 4”

  1. Hi Piyush,

    Thanx for the post.

    i am using same method (pull subscription) but data not updating at susbcription DB.

Leave a Reply

Your email address will not be published.