Duplicate key inserting row to subscriber
Greetings, have transactional replication set up and has been working for over a year now. Publisher and distributor on same SQL 2008 R2 with the publication database still 2000 (all in the process of...
View ArticleControlling SQL Server Replication using Powershell
Hi,I have a Powershell script to refresh the databasesMy requirement: I have a database which has replication in it. I used powershell to generate replication scripts and refreshes the database with...
View ArticleApplying snapshot not working (generation batches)
HiI have a filtered publication setup on a database and I am looking to setup a new subscription on a brand new PC. I am able to create the new subscription on the new PC and generated the required...
View ArticleMerge Replication Issue
We have configured Merge Replication on SQL Server 2014 (SP3-CU4)Publisher and one Subscriber.Everything working fine but after 2 hours ,we identified 4 tables at Subscriberside the date and time...
View ArticleData consistency in Merge Replication
We have confifured Merge Replicatioin on SQL Server 2014 Ent With Sp3-CU4 (Both Publisher and Subscriber on Same Version)After replication i compared rows in each and every table. But some of the data...
View ArticleHow can a sql distribution sever use a database in an availability group?
Hi,The requirement is for a database already in a sql availability group to be replicated via a distribution server to a subscription server.The data flow is: db in AG to distributor to...
View ArticleMerge Replcation between SQL versions 10.5 and 14.0
Having successfully configured merge replication between a number of SQL version 12.0 SQL Express databases and a SQL 14.0 server, hosting the respective distributor databases, I have run into a...
View ArticleUninitialized Subscription
Dear All I created new publication and new subscription, it created successfully with no errors. When i go to server subscription and clicked start in the 'View sync status's OKBut when i go to...
View ArticleSQL Server Transactional Replication causing the CPU spike
We are having an application which is a wrapper of SQL Server Transnational Replication containing only tables. The application creates all the articles, publications, subscriptions and implement the...
View ArticleConfigure distributor - Transactiopnal replication.
Hi Folks I have configured a transactional replication of a database in instance. 1. Publilsher and distributor is the same server with PUSH subscription.2. Replication is working fine. 3. Coordinated...
View ArticleSnapshot generated but not consistently applied to all subscribers on...
Recently, after adding articles and refreshing the subscriptions, the snapshot will generate and then not apply to one or all subscribers. I am adding 12 articles to a publication that shares an agent...
View ArticleMaximum request length exceeded sql2017
SQL Server 2017 Reporting Services © 2017 Microsoft Version14.0.600.1274(October 2017)There was an exception running the extensions specified in the config file. ---> Maximum request length...
View ArticleTransaction replication : Distribution clean up: distribution failed
Hi I am replicating transaction replication 2014 to 2016 . I am having error with "Distribution clean up: distribution" agent job as follows.Msg 20015, Level 16, State 1, Procedure...
View Articlesnapshot is not applied to both of the two subscribers
We have six publications that have a shared distribution agent. When articles are added to one of the six publications and the snapshot is created, the snapshot is not applied to both of the two...
View ArticleReplication vs. CDC
I have basic understanding of both replication and CDC processes in SQL Server and I have come to wonder what is the difference between these two? I mean both use transaction logs to apply changes from...
View ArticleError 55012 when running the snapshot.
I'm trying to set up a snapshot replication. When i run the job creating a snapshot I get an error:Message 2019-10-30 13:01:59.57 Microsoft (R) SQL Server Snapshot Agent 2019-10-30 13:01:59.57...
View ArticleSQL Server replication requires the actual server name to make a connection...
Canot create subscriptionPlease help meI get the error code is:TITLE: Connect to Server ------------------------------ Cannot connect to 89.19.13.138. ------------------------------ ADDITIONAL...
View ArticleSQL Replication groups in Windows failover clusters
Hello Guys, I have a scenario where there is a Cluster of 2 Windows servers that have SQL Standard. Between those servers is a replication, and we need to use replication groups for each database, what...
View ArticleQuestion on Rebuilding existing DB Replication to New Servers
Fellow SQLers.I am looking for some suggestions for this scenario.We have Server A on SQL 2008 R2. It has the db and distributor. Server B is the subscriber - also on SQL 2008 R2.We need to migrate the...
View ArticleScripting Out replication Publication/Subscription - and SQL agent jobs
Fellow SQLersI am needing to rebuild a SQL 2008 R2 replication model onto SQL 2016 - same exact pubs and subs.My approach was scripting out the publication and scripting out the subscription.Then...
View Article