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

To add an anonymous subscription (merge)

  1. Execute sp_addmergepublication with allow_pull and allow_anonymous set to true to enable anonymous subscriptions at the Publisher.
  2. Execute sp_addmergepullsubscription to create the anonymous subscription at the Subscriber.
  3. Execute sp_addmergepullsubscription_agent to create a scheduled job for the anonymous Merge Agent at the Subscriber.
See Also
Adding an Anonymous Subscription sp_addmergepullsubscription
sp_addmergepublication sp_addmergepullsubscription_agent

  


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