Transactional replication errors
I'm trying to set up transactional replication in SQL Server 2012 using AdventureWorks 2012. And right at the end of the publications setup i get the following error: SQL Server could not start the...
View ArticleMerge Replication Primary Key Violation
I have a Publisher and a Subscriber, Sometimes they insert the same row at the same time, when I run the JOB for Merge Replication I have a PRIMARY KEY violation. I have a UK (Col1, Col2), a PK...
View ArticleMS SQL high tempdb disk I/O during merge replication of BLOBs
Having a merge publication for replicating BLOBs (sql type - image), got very high tempdb disk I/O for my size of data. Publication is download-only and has no filters. High disk I/O is caused by...
View ArticleTransactional Replication in SQL server 2014
We need to set up transactional replication in SQL server 2014, Enterprise edition so that: Database to be replicated from Publisher which is approximately 2 TB in size. This would be used 24*6. Here...
View ArticleCheck SQL Server Replication Defaults
We have a database a that is replicated to a subscriber db b (used for SSRS reporting) every night at 2.45 AM. We need to add a column to one of the replicated tables since it's source file in our...
View ArticleHow to take a merge replication back up?
I have a windows server 2012 with SQL Server 2012 configured with Merge replication with three subscribers. I want to take a full back up the merge replication in case of total sql server crush. I am...
View ArticleHow to manually invalidate a pull merge replication snapshot from the publisher
XY Problem background info: I have a pull replication publisher in which I want to add or alter a index and have those changes be applied to the subscriber. The solution to that problem I would like to...
View ArticleTransactional replication between SQL Server 2014 (Publisher) and SQL Server...
We need to set up transactional replication between two servers A and B, configs listed below: Server A (Publisher) Microsoft SQL Server 2014 - 12.0.2254.0 (X64) Enterprise Edition (64-bit) Single...
View ArticleCan SQL Server Transactional Replication do this?
We have a production server and a reporting server, with transactional replication in place to move all inserts/updates/deletes from production to reporting. We're using SQL Server 2008 R2. We have one...
View ArticleTransactional replication of stored proc execution and stored proc parameters
I'm trying to design how we might go about setting up replication of just the execution of a stored procedure. If the stored procedure on the source takes one or more parameters, will those same...
View ArticleSQL Server Merge replication drop and creates subscriber table without any...
After adding table to replication it appears in sysmergearticles with status "6" and its not changing after sync, so replication always make drop/create table at subscriber. It started to appear...
View ArticleFind deleted row from Merge Replication
Merge Replication creates a table named MSmerge_tombstone, it records all deleted rows. My question is, how can i find this deleted row? This row's Data is recorded in any table?
View ArticleSQL Server Replication Action if name is in use questions
When configuring a new Merge Replication, setting properties of all articles, I'm having a problem. In Destination Object -> Action if name is in use, I can select four different options. I'm trying...
View ArticleCreate transactional publication error in SQL Server 2014
In attempting to create a new Publication for Transactional Replication in SQL Server, I end up getting the following error, with pretty much no way around it: SQL Server could not create publication...
View ArticleMerge Replication First Snapshot don't work
When doing the First Synchronization in Merge Replication, I'm having this error: "Cannot delete table 'dbo.eqp_Equipment' because it is being referenced by a FOREIGN KEY constraint. (Source:...
View Articlereplication issue with sql server 2008 publisher and sql server 2014 subscriber
I have a replication issue with an instance of sql server 2008 r2 configured as publisher and an instance of sql server 2014 configured as subscriber. The publisher has two transactional publications,...
View ArticleBulk Inserts Failing with SQL Server Merge Replication Identity Range Management
We have an issue with merge replication where we have a background process inserting rows in bulk. These inserts sometimes fail with the message that The insert failed. It conflicted with an identity...
View ArticleStored Procedure Resolver Error On Merge Replication
I'm running a Stored Procedure and I get this error: The Stored Procedure Resolver encountered the following error executing the stored procedure 'dbo.test_Resolver_Conflict'. Explicit value must be...
View ArticleSQL Server Snapshot on live DB
I am in need of some help.I want to reinitialize one of my subscribers with a new snapshot.my previous snapshot i generated was when activity was low on the production database.It took under 2 minutes....
View Articlesql server transactional - replication - the internal procedures often...
Very often I have deadlocks on my subscription server, involving the replication internal stored procedures and user processes either ad hoc or procedure queries. For example: Deadlock of the...
View Article