sp_dropsubscriber (Transact-SQL)
SQL Server 2005
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. |
Transact-SQL Syntax Conventions
Reference
sp_addsubscriber (Transact-SQL)sp_changesubscriber (Transact-SQL)
sp_dboption (Transact-SQL)
sp_helpdistributor (Transact-SQL)
sp_helpserver (Transact-SQL)
sp_helpsubscriberinfo (Transact-SQL)
System Stored Procedures (Transact-SQL)
Other Resources
How to: Delete a Push Subscription (Replication Transact-SQL Programming)How to: Delete a Pull Subscription (Replication Transact-SQL Programming)