Quantcast
Channel: SQL Server Replication forum
Viewing all articles
Browse latest Browse all 4054

sp_MSins_dbo is being deleted by another publisher in central subscriber replication model

$
0
0

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 ?


Viewing all articles
Browse latest Browse all 4054

Trending Articles