Replicate a filtered subset of data: Merge or Transactional replication?
First of all thanks for reading. I need to replicate a subset of data that is based on a join filter; filter based on a join with an other table (Microsoft:"Using join filters, you can extend a row...
View ArticleQuestion on having a MySQL 5.1 replicate from a MySQL 5.6 DB
I have a question in regards of what potential issues that might happen with a MySQL 5.1 DB that replicates from a MySQL 5.6 DB. I know the risks involved based on resources such as...
View ArticleDatabase Read Only after Merge Replication
Win Server 2012, SQL Server 2012 Std. I have a previously accessible database with which I'm testing merge replication and after I publish the DB, my application is saying the DB does not have write...
View ArticleMS SQL - Replication update/insert/delete rules
Could someone please write the update/insert/delete rules when using specific type of replication on MS SQL Server (transactional, merge etc.). For example, ****Transactional replication**** Publisher...
View ArticleTransaction Replication Msg 14013, Level 16, State 1, Procedure...
I am trying to set up transaction replication on a database. I use the following script to do so: USE [Archive_MRPa_801] GO EXEC sp_replicationdboption @dbname = N'Archive_MRPa_801', @optname =...
View ArticleCopying Large Amounts of Data to Replicated Database
I have a local SQL Server database that I copy large amounts of data from and into a remote SQL Server database. Local version is 2008 and remote version is 2012. The remote DB has transactional...
View Article3 Node Replica Set all became SECONDARY
my 3 set replica set all became secondary and I'm not sure why. db1 2014-12-12T02:43:55.067+0000 [conn1413096] end connection 10.0.64.12:58483 (512 connections now open) 2014-12-12T02:43:55.067+0000...
View ArticleHow to change CommitBatchSize and CommitBatchThreshold
We have a transactional replication set and we want to change CommitBatchThreshold but couldn't find a proper documentation on how to change it. Would adding '-CommitBatchThreshold 10' to the Steps...
View ArticleSQL Server 2008 R2 - How to find the command ID of a failed command in...
I'm encountering an issue when trying to troubleshoot failed commands using replication monitor in SQL Server 2008 R2. Replication monitor will momentarily display the transaction sequence number and...
View ArticleReplication monitoring refresher for distribution job affecting performance
I have a performance problem due to a sql agent job executing dbo.sp_replmonitorrefreshjob. The environment is a 2 node Cluster with SQL Server 2005 SP2 and with transaction replication. The OS is...
View ArticleDistributor latency - slow sp_MSget_repl_commands performance
One of our publishers is subscribed to by three subscribers, each subscriber is hosted on its own physical server. Two of those subscribers are 2008R2 and the third 2012. The 2012 subscriber is...
View ArticleA trigger returned a resultset and/or was running with SET NOCOUNT OFF while...
I have 2 servers connected over a low speed wan and we're running SQL Server 2008 with Merge replication. At the subscriber, sometimes when attempting to insert new rows, I get this error: A trigger...
View ArticleDifferent versions of MS SQL Server between remote ditribution Database and...
I need to set up a mechanism for transactional replication with "n" publishers and a subcriber. In this way I thought of putting a single database ditribution. I would like to know if there are...
View ArticleHow to schedule transaction replication in SQL Server?
I wanted to schedule the transaction replication. How do I do it? Currently I have set up a transaction replication which runs continuously and synchronizes the changes with immediate effect. I need to...
View ArticleCreating a Transactional Replication relation from SQL Server 2014 and...
I understand this is a duplicate question to Transactional Replication with LocalDB however I see it has not been answered as of yet... so... the explanation is quite well done there which makes this...
View ArticleMerge Replication: Updates to Schema
We have a main SQL Server which replicates to two backup servers via continuous merge replication. There are regular updates to the schema. Regular changes include: Adding new tables and relationships...
View ArticleWhat is "Set the merge agent on the problem subscribers to use the slow...
I have never used Merge Replication Feature of the sql server before, so What does "Set the merge agent on the problem subscribers to use the slow link agent profile" mean? Background info: "Merge...
View ArticleSql Server subscription agent in running state
We have a snapshot replication setup with push subscription. Now we have setup a second subscriber. We followed below steps: a) Run snapshot agent - completed. b) Run the old distribution agent -...
View Articleoledb provider "sqlncli10" for linked server'server' was unable to...
i am using linked servers in local(lan) for test . table is published successfully ,and msdtc is running properly on both servers inbound and outbound comunication enabled at dtc service at both ends....
View ArticleCannot drop constraint in SQL server 2008
When I try to delete a constraint, it gives me the following message: "The constraint is used by merge replication for identity management and cannot be dropped directly. Execute sp_changemergearticle...
View Article