SQL 2017 returns "The merge process could not replicate one or more INSERT...
Hi,We changed our replication system from SQL 2008 R2 to SQL 2017. This means we installed SQL 2017 developer edition with the latest CU on a brand new server. The subscriber remained on SQL 2008 R2. I...
View ArticleReplication and Log Shipping
I currently have a production database being backed up/restored into a data warehouse for reporting. I'm looking to update this more than nightly during the day so I'm looking at table level...
View ArticleRunning sp_dropsubscription returns error msg 637 Cannot use SAVE TRANSACTION...
Greetings I am hitting error ms 637 "Cannot use SAVE TRANSACTION within a distributed transaction" when I try to run sp_dropsubscription for a subscriber. When I run sp_dropsubscription using...
View ArticleReplication setup
Dear All,I want to set up Replication between 2 different versions of SQL Server, I want to know how much higher I can go e.g. if I had 2008r2, would I be able to use it with 2016 etc. please?Thanks...
View ArticlePull transactional replication not picking up new articles
Hello replication experts, I have transactional replication set up in my enterprise SQL 2014 server. Publication has IMMEDIATE_SYNC and ALLOW_ANONYMOUS properties set to FALSE, sync_method= concurrent....
View ArticleSQL Replication
i have two database DB1 & DB2 (dev server), replication setup is there from DB1 to DB2.week on week this two DB needs to restored (refreshed) from ProdDB bakup file.how to accomplish this? bcoz...
View ArticleRetrieving data from Distributor
SQL 2017 Developer 14.0.3037.1. Management Studio 17.9/14.0.17285.0Created merge replication. Everything in replication works with no errors.If I connect with Replication Monitor from PC2 (Subscriber)...
View ArticleUpdatable Subscriptions on SQL Server 2012
We have a primary web/database server (SQL Server 2012) which publishes data to our backup web/database server (also SQL Server 2012) subscriber using transaction replication. We want to be able to...
View ArticleTransactional replication
publication & sub & distri on same serverDatabase 1 & Database 2after setting transaction replicationError: INSERT failed because the following SET options have incorrect settings:...
View ArticleTransactional replication is not syncing data
After add more records on to Publisher site, not replicate to subscriber site. The table already on "Articles"local Publisher->properties ->Re-Initialization all subscribers heading to configure...
View ArticleTransactional Replication - Error
Pub,sub & distr in same server : ServerADatabase : DB1 (pub)Database : DB2 (sub)publication name: firstPub (contains 50 articales)Type: transactional replicationbut only one article...
View ArticleSSRS - Dynamic Data Bars
Hi ,Is there any way we can make the data bars dynamically expandable across the columns Jan, Feb etc. based on the start month and end month ? Start MonthEnd MonthJan Feb March AprilMayNovDec112...
View ArticleSQL Merge replication Always running Job step2
Hi All,i'm new to sql replication and just want to check if it's normal that the job is always running step 2 the reason I am asking is that we use SCOM to monitor our SQL and it generates an alert for...
View Articledropping merge publication is extremely slow
Sometimes i need to refresh the databases and need to drop merge publication. I export the drop script and do it. I noticed some times it takes lot of time to remove the publication and it is stuck....
View ArticleIdentity Range Check Problem
Hello all,This problem always happens whenever a merge replication is used and whenever a table has auto-number (also known as identity).[SQLSTATE 01000] (Message 0) The insert failed. It conflicted...
View ArticleTrouble adding articles to an Publication/Subscription that are part of...
I was adding a few articles (a delta of 8 tables and 2 views) to an existing publication that is part of an AG (so is subscriber).e.g. -- Oct 16, 2018 - new tables exec sp_addarticle @Publication =...
View ArticleSQL Server Table with huge data & Columns and not all the columns are unused.
Hi,We have a table which is of a huge size 300+GB and it is growing at a 25Gb per month. We have identified that there are columns which are not being used. Is it possible to do below optionDo a...
View ArticleSchema-only Replication Problem
Hi all, The background = sql2014 publisher, merge replication , 500 SQL Express 2014 subscribers (user laptops).One publication with roughly 150 articles. The subscription is filtered dynamically by...
View ArticleChanging Existing Transactional Replication Scenario
Hi,I think this may be my first question on MS SQL DBA work, so I appreciate any constructive criticism to my post.I am facing a restructuring of one of my site's setup to where two facilities that...
View ArticleReplication- add subscription issue
serverA : publicationServer B: subscriptiontype : pushcreated pub, while create sub am getting below error,
View Article