Does Log reader agent use sa in sp_replcmds?
We have publisher, subscriber, and distributor on separate servers. Replication is Push Transactional with replication agents setup to run under SQL Agent account context. We are in the process of...
View ArticleError while configuring SQL 2012 DB as a Subscriber to a Oracle Publisher.
When Configuring the Subscription for Oracle as a publisher, we receive the following error message." Msg 18757, Level 16, State 4, Procedure sp_replpostcmd, Line 1 Unable to execute procedure. The...
View ArticleSQL Merge replication destination table
Hi all,is it possibile to have a merge replication that synchronize a table with different name on publisher and on subscriber (but with the same schema)? Thanks.
View ArticleSQL 2012 and later will fail to publish a database for any tables with a...
Script will create database, 3 database objects and publish. The error is due to the generation script to create the conflict tables that is not stripping out default constraints that reference a UDF....
View ArticleReplication issue
Hi Team,I have one transactional publication using this publication I configured 3 subscribers.Here when I generate the new snapshot those 3 subscribers are updated, but I need to update only 2...
View ArticleThe merge process could not allocate memory for an operation; your system may...
I encountered this problem on our SQL2012 and I have tried different scenarios (see below) to no avail. I have decided to give up and check if someone here has encountered this and resolved it. One...
View ArticleAlwaysOn: primary sync or async?
Hi, I succesfully setup an AlwaysOn between two sql2014 servers for development purposes. I configured both the primary and the secondary as synchronous. Now developers say that it is slower than one...
View ArticleTransactional replication of a 6 billion+ record article only replicating a...
We are using SQL 2014 transaction replication to replicate a huge table, about 6 billion records. I created a publication just for this article on a sql 2014 publisher server and the subscription is on...
View ArticleTransactional Replication: Non-Clustered Indexes not copying.
Hello,I set up replication on our servers at work to streamline some procedures we run daily/weekly on them.This copies around 15 articles from two databases on the "Master" server to another server...
View ArticleMSmerge_history table cleanup
Hello experts,we have done the sql server 2008 R2 SP3 upgrade on our live servers on the last saturday. i can see more than 57 million records were updated at that particular time in the table...
View ArticleTransactional Replication sp_MSupd RUNNABLE and never ends
Hello,I came across not understandable problem connecting transactional pull replication. Once or twice a month I have a problem that stored procedure on subscription server (sp_MSupd) cannot be...
View ArticleCan a Merge Publication have (2 different types of subscribers) a web...
Can a Merge Publication have (2 different types of subscribers) a web subscriber and a non-web subscriber ?Ranga
View ArticleReplication articles read-only in one publication and editable in another
We have many users with a mobile application running SQL Mobile and using merge replication to get data back to the SQL 2008 R2 database. This has worked very well for many years. We now have a...
View ArticleViolation of Primary Key in Merge Replication
I have one Publisher and one Subscriber. They havea UK (Col1, Col2), PK is col1 + col2, and the MERGE REPLICATION adds a ROWGUID. Sometimes they insert the same row when they are offline ( they...
View ArticleAgent ID in MSmerge_sessions
Hi All,please could you let me know the process to identify which agent_id is which merge agent? i can see Agent_id is a numeric digit, but not sure whcih agent it is related to.how can i co-relate...
View ArticleImplementing transnational replication for whole database on two different...
Folks,Can anyone share a step-by-step document on Implementing transnational replication on two different systems in sql sever 2005.ThanksSurendra.
View ArticleMSmerge_History data deletion
Hello Experts,i would like to delete data from this table based on few seconds instead of hours or minutes or days.becuase most of the data came to the table in the span of 3 minutes. so some one...
View ArticleMerge Replication from SQL2014 publisher to SQL2008R2 subscriber
My company replaced an aging SQL2008R2 server with a new SQL2014 server. The server, both in its old and new forms, acted as both distributor and publisher in the replication of about 40 merge...
View Articlescript execution in replication after initialization
Hi, is there anyway to execute script automatically on publisher after initialization. does sp_addscriptexec execute script on subscriber only??
View ArticleCannot insert rows into IHPublications. Please help!!
Hello,I am trying to create a new publisher on SQL Server 2005 (Version 9.00.3077.00). I did clean up previous transactional replication setup manually. I have tried a zillion times till now... All I...
View Article