• Thx, this should be the right way since i only have one subscriber i dont have anything to worry about.

    And even if i have more subscribers as long as i don't, in thoose cases do this on the Publisher

    However in this case i will do it on Subscriber and after that i will do it on Publisher

    (I only have one subscriber)

    exec sp_removedbreplication 'databasename'

    exec sp_replicationdboption 'databasename','merge publish','false'

    When this is done i will recreate the replication

    it's allways a bit nervous when it comes to production enviroments...

    Don't wanna mess upp a big prod database...and i dont wan't errors due to delete the wrong way.

    I guess they have done it wrong before thats why i have this problem now...

    Sry for any bad english....