How to view or modify snapshot pull and anonymous subscription properties (Transact-SQL)
To view pull and anonymous subscription properties (snapshot)
- Execute sp_helpsubscription to list subscription information associated with a particular publication, article, Subscriber, or set of subscriptions.
- Execute sp_helppullsubscription to display information about one or more subscriptions at the Subscriber.
- Execute sp_helpsubscriberinfo to display information about the Subscriber.
To modify pull and anonymous subscription properties (snapshot)
- Execute sp_changesubscriber to change Subscriber options.
- Execute sp_changesubstatus to change Subscriber status.
See Also
(c) 1988-98 Microsoft Corporation. All Rights Reserved.