I have a Central Subscriber Replication Model, where many publishers pouring in one central database.
I got the following error:
Could not find stored procedure 'sp_MSins_dboSomeTable'
so I recreated that stored procedure using script generated by "sp_scriptinsproc" and the replication runs successfully after that.
However, and out of the blue, every time I create the 'sp_MSins_dboSomeTable' procedure, it got deleted after one minute of creating it!!!
I used Default Trace to find who is deleting that SP and I found that another publisher in this same model is deleting it.
WHY?!! and How can I fix it ?