Home Forums SQL Server 2005 Administering how to delete the unwanted publisher and subscriber RE: how to delete the unwanted publisher and subscriber

  • Try using the following Syntax.

    sp_removedbreplication [ [ @dbname = ] 'dbname' ]

    [ , [ @type = ] type ]