Changes the subscription properties for an article or a publication. Is executed on a subscription server.
sp_changesubscription publication, article, subscriber [, 'property', 'value']
where
This example changes the subscription property of the myart3 article to a synchronization type of manual.
sp_changesubscription mypub1, myart3, sync_type, manual
Execute permission defaults to the system administrator and the database owner.
sysarticles, syspublications, syssubscriptions, sysservers
| sp_addsubscription | sp_helpsubscription | 
| sp_changesubstatus | sp_subscribe | 
| sp_dropsubscription | sp_unsubscribe |