Getting Started with Adobe After Effects - Part 6: Motion Blur
A collection of quick technology learning tips from what people around you learn every day

SQL Server Replication- "Could not find stored procedure ''sp_MSins_TableName'' in replication in sql server" - Log reader

Nov 1 2011 12:00AM by Paresh Prajapati   

I encountered an error mentioned in title from log reader agent after reinitialize all subscription for one publication and it stopped working. This is due to replication object was not created for insert and named like ''spMSinsTableName''.

The solution for this issue, we need to create these missing replication objects using ''sp_scriptpublicationcustomprocs'' which generates scripts the custom INSERT, UPDATE, and DELETE procedures for all table articles in a publication.

EXEC sp_scriptpublicationcustomprocs ''PublicationName''

after running generated scripts in subscriber database, log reader agent started to work.

Read More..   [83 clicks]

Published under: SQL Server Tips ·  ·  ·  · 


Paresh Prajapati
6 · 22% · 7054
5
 
0
Knew
 
 
0
Incorrect
 
0
Interesting
 
0
Forgotten



Submit

Your Comment


Sign Up or Login to post a comment.

"SQL Server Replication- "Could not find stored procedure ''sp_MSins_TableName'' in replication in sql server" - Log reader" rated 5 out of 5 by 5 readers
SQL Server Replication- "Could not find stored procedure ''sp_MSins_TableName'' in replication in sql server" - Log reader , 5.0 out of 5 based on 5 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]