Merge replication triggers use the wrong views after deleting publication

Answered Merge replication triggers use the wrong views after deleting publication

  • Friday, March 02, 2012 5:34 PM
     
     

    So, we had 1 merge publication on our database.  When creating a merge publication, 3 triggers are created for each table (insert, update, and delete), and also a view is created per replicated table which these triggers use to reference the table.

    Next, we created a second publication, which created a brand new set of views, with different names, and also updated the triggers to use those new names. 

    When we deleted the second publication (because we didn't need it) the new views got dropped, but the triggers continue to use their names, instead of reverting back to the old names, which is causing errors.

    Has anyone seen this before?


    Clint

All Replies