How to add a merge push subscription (Transact-SQL)

To add a push subscription (merge)

  1. Execute sp_addsubscriber to register the Subscriber at the Publisher.
  2. Execute sp_addmergepublication with allow_push set to true to enable push subscriptions.
  3. Execute sp_addmergesubscription to create the subscription.
See Also
Adding a Push Subscription sp_addmergesubscription
sp_addmergepublication sp_addsubscriber

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.