0

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?

Brandon Williams
  • 3,695
  • 16
  • 19
Tim
  • 8,669
  • 31
  • 105
  • 183

1 Answers1

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