sys.sp_changemergepullsubscription
general #stored-procedure
Description
Changes the properties of the merge pull subscription. This stored procedure is executed at the Subscriber on the subscription database.
Syntax
sp_changemergepullsubscription
[ [ @publication = ]
N
'publication'
]
[ , [ @publisher = ]
N
'publisher'
]
[ , [ @publisher_db = ]
N
'publisher_db'
]
[ , [ @property = ]
N
'property'
]
[ , [ @value = ]
N
'value'
]
[ ; ]