sp_dropsubscriber (T-SQL)

Removes the Subscriber designation from a registered server.

Syntax

sp_dropsubscriber [@subscriber =] 'subscriber' [,[@reserved =] 'reserved']
    [,[@ignore_distributor =] ignore_distributor]

Arguments
[@subscriber =] 'subscriber'
Is the name of the Subscriber to be dropped. subscriber is sysname, with no default.
[@reserved =] 'reserved'
For internal use only.
[@ignore_distributor =] ignore_distributor
For internal use only.
Return Code Values

0 (success) or 1 (failure)

Remarks

sp_dropsubscriber is used in all types of replication.

This stored procedure removes the server sub option and removes the remote login mapping of system administrator to repl_subscriber.

Permissions

Only members of the sysadmin fixed server role can execute sp_dropsubscriber.

See Also
sp_addsubscriber sp_helpserver
sp_changesubscriber sp_helpsubscriberinfo
sp_dboption System Stored Procedures
sp_helpdistributor  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.