deactivated replication but I can''t delete the databse

  • Hi ! I get to following problem.

    I have deleted the replication of my database customer. And now, I don't know why, I get the message when I want to delete the databse from my server:

    "The database is needed for a replication"

    How can I drop a replication manually ?

     

    Thanks for your help

    Markus

    (sorry for my bad english) 😉

  • Make sure the database is disabled for replication.

    navigate to:

    configure publishing, subscribers, distribution

    select the "publication databases" tab

    "uncheck" the database you want to disable

  • You can as well try

    sp_removedbreplication '<db name>'

     

    this will remove all the entries corresponding to the replication. 

     

    Also make sure you had followed the correct process for removing the database from replication

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply