sys.sp_dropsubscriber

general
#stored-procedure

Description

Removes the Subscriber designation from a registered server. This stored procedure is executed at the Publisher on the publication database.

Syntax

sp_dropsubscriber
[ @subscriber = ]
N
'subscriber'
[ , [ @reserved = ]
N
'reserved'
]
[ , [ @ignore_distributor = ] ignore_distributor ]
[ , [ @publisher = ]
N
'publisher'
]
[ ; ]