How to add a snapshot push subscription (Transact-SQL)
To add a push subscription (snapshot)
- Execute sp_addsubscriber to register the Subscriber at the Publisher.
- Execute sp_addpublication with allow_push set to true to enable push subscriptions.
- Execute sp_addsubscription to create the subscription.
See Also
(c) 1988-98 Microsoft Corporation. All Rights Reserved.