sp_dropsubscriber (Transact-SQL)
SQL Server 2008
Removes the Subscriber designation from a registered server. This stored procedure is executed at the Publisher on the publication database.
Important |
|---|
This stored procedure has been deprecated. You are no longer required to explicitly register a Subscriber at the Publisher. |
Is the name of the Subscriber to be dropped. subscriber is sysname, with no default.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Important