How to add a merge anonymous subscription (Transact-SQL)
To add an anonymous subscription (merge)
- Execute sp_addmergepublication with allow_pull and allow_anonymous set to true to enable anonymous subscriptions at the Publisher.
- Execute sp_addmergepullsubscription to create the anonymous subscription at the Subscriber.
- Execute sp_addmergepullsubscription_agent to create a scheduled job for the anonymous Merge Agent at the Subscriber.
See Also
(c) 1988-98 Microsoft Corporation. All Rights Reserved.