sp_removedbreplication (Transact-SQL)
SQL Server 2008
This stored procedure is executed at the Publisher on the publication database or at the Subscriber on the subscription database. The procedure removes all replication objects from the database in which it is executed, but it does not remove objects from other databases, such as the distribution database.
Note |
|---|
This procedure should be used only if other methods of removing replication objects have failed. For more information about these methods, see Removing Replication. |

Note