Howto remove publication from the publisher when its removed from the database

  • Hi.

    I'm using merge replication on ms sql 2000 and replicate data with PDA. In the list of publications in the replication monitor I have my XXX publication, but in the database publication list it doesn't appear. The snapshot agent also exists. When I try to delete this publication from publisher list (in repl monitor) I got the error 21776. When I try to use sp_droppublication I got the error that object syspublications doesn't exists.

    How can I fix this. I only want to remove all publications from this database.

    Thanks in advance.

  • Can you remove replication totally from that server or will that break other publications ?

    Graeme

  • I haven't tried it. I'm afraid of loosing it. The server is working all the time and publicating lots of data, so I don't want to risk to much.

  • You will have to look in the publication table for the database and you will probably find the related record still showing there. You should be able to delete that and things will clear up.

    Orphaned records, not always fun to deal with.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • Where can I find this table?

Viewing 5 posts - 1 through 4 (of 4 total)

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