SQL Server could not retrieve the list of publications for 'XYZ'
First of all please note the following carefully:I have a source database named S_DB on one SQL Server hosted on a machine namedS_SRV, ON DOMAIN NAMED S_DOM. ON DIFFERENT DOMAIN named D_DOM, I have...
View ArticleCannot fine the object “MSmerge_ctsv_... Because it does not exists or you do...
I keep getting the following error message during the initial merge agent. · “The merge process was unable to deliver the snapshot to the subscriber. If using Web synchronization, the merge...
View ArticleMerge Replication - Rows inserted by Subscriber gets deleted
Hello , I have SQL2014 Merge Replication Setup with 2 publications create with static filters on [Contract] column in one table.Publication A is created with filter (A)as - [Contract] IN ('GH') AND NOT...
View ArticleReplication Latency issue
Hi All, We have transactional replication setup in our environment. We are observing latency error on only one database continuously. Currently, we are not using db and there would be no transactions...
View Articlekb3051243 on SQL Server 2008 R2
Hi, in the KB 3051243 (https://support.microsoft.com/en-us/kb/3051243) only SQL 2012 and 2014 are mentioned.I have the same issue in SQL 2008 R2. Does the last CU for SQL 2008 R2 also fix this...
View ArticleReasons not to use Replication?
Hi experts, I must admit, most of my experience comes from OLTP. Now I am supporting a Datamart (which is a subset of a huge DWH)… The way this was setup years ago is: hundreds of jobs with SPs inside...
View ArticleAlter Primary Key Column size used in Merge Repl table
Hi,I have a database with a merge replication. Recently I wanted to change the size of the primary key column of a table and I failed all the methods I tried.Ex:tableItemsItemCode varchar(30) (Primary...
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 ArticleCan't rename server because can't remove distributor
When I try the following to rename a server:sp_dropserver 'OldServerName'I get the following error:There are still remote logins or linked logins for the server 'OldServerName'.If I try:select...
View ArticleThe Merge Agent failed after detecting that retention-based metadata cleanup...
We are having Merge replication setup where we have 10 Publications and 6 Subscribers with pull subscription. We were facing the below error frequently on different subscribers. We initialized with...
View ArticleMerge Pull Subscription Expired, cannot reinitialize.
I have a pull merge subscription that has expired and I am trying to reinitilaize it. I select the subscription for reinitialization, then start the job.The job fails and the history shows and error of...
View ArticleSQL Replication PUSH vs PULL Broadband Usage is Download or Upload?
Hi Technet I like ask a question regarding SQL Replication PUSH vs PULL Broadband Usage A) When we use PUSH replication method - is it using Download or Upload speed method to distribute data from...
View ArticleReplication Error 20598
our transactional replication, sometimes fails with error 20598 - the row could not found on the subscriber. I think one common scenario, this can happen is when the row is actually deleted on...
View ArticlePeer to Peer replication latency
Hello,We have setup Peer-to-Peer replication(push) for one of our production server to other.Replication latency remain high for few seconds go up-to to 5 hours and then come back to 0 after few...
View ArticleDesigning for least bandwidth
Is there any guidance out there regarding synchronization of databases over a WAN - which approach uses the least bandwidth. Log ShippingTransaction ReplicationSnapshot ReplicationAlways OnThis is for...
View ArticleReplication error message when you register a custom resolver to a merge...
I am having a similar problem as described in this link https://support.microsoft.com/en-us/kb/2295460 I am running the latest version of SQL Server 2014 Standard as well on both sides (Publisher and...
View ArticleAlthough enable, 'Distributor' database is not visible in SSMS
Hi everyone, I am running Sql Server 2008.After have completed the wizard for configuring my server as Distributor such database is not visible in the tree.I restarted all the services but nothing...
View ArticleIssue with Transactional Replication - Error creating PK after bulk
Hi all, My scenario is: I have a Transactional Replication between 2 servers, with a dedicated distributor in another server, with the following versions: Publisher - SQL Server 2008 R2 Enterprise...
View ArticleHow monitor memory usage in Transactional replication
Hello Experts,Are there any performance counters or native SQL Server stored proc to monitor the memory usage of transactional replication.R..
View ArticleBusinessLogicModule - How to debug in VS??
I have followed the instructions listed in this https://msdn.microsoft.com/en-us/library/ms365150.aspx MSDN article but cannot get it working. Can anyone shed some light on how to debug? I have...
View Article