With SQL Server 2012 or later, is it possible to set up replication in such a way that a subscriber can pull data from the publisher, instead of the publisher pushing data out to it?
Asked
Active
Viewed 86 times
1 Answers
1
Yes, this is called a Pull Subscription where the replication agent runs at the subscriber and is covered in Subscribe to Publications and Create a Pull Subscription.

Brandon Williams
- 3,695
- 16
- 19
-
Thanks. According that page, SQL Server 2012 doesn't have it, which is odd, since it seems to have been introduced in 2008. – Tim Nov 30 '16 at 14:42
-
That is incorrect. Pull subscriptions exist in every version. – Brandon Williams Nov 30 '16 at 14:50