Max text replication Size - Interpretation
Fellow SQLers.We just started setting up replication.Realized that Max text replication Size was set to default of 65536.We have since changed it to -1 because we do have lob fileds (ntext, max, etc)....
View ArticleReplication - Identifying What Account Distributor is running under
Fellow SQLers.sql 2016Have setup Replication. All is running fine.Noticed that the replication SQL Agent jobs (ie. snapshot, logreader, etc) all show job owner of the person that setup replication -...
View ArticleMerge Replication not deleting unmatched filter rows from Subscriber Database
I have applied filters on articles in SQL Merge Replication and syncing the data using MergeSynchronizationAgent via Web Synchronization. The data is syncing as per the applied filters from publisher...
View ArticleHow to Handle Changes in PUBLISHER
We are running transactional replication on a application DB with approx 6000 tables. We are planning to upgrade the application and in doing so, a number of tables are affected by either getting...
View Articleissue with Peer-Peer Replaction in SQL Server 2016
Hi Team,We have configured Peer-Peer Replication and everything is working fine but getting below issue.Inorder to fix this issue , assigned Sysadmin role to Logreader accountBut i don't want to to use...
View Articlehow to get notification email or other means when replication is down?
hi, Sir and madam,i hit critical issues . finally i found out the reason is sql server 2014 peer to peer is down due to some reasonsto fix asap next time , how to get notification email or other means...
View ArticleSQL Server Replication Configuration- Stuck at Replication Administrative...
Hi everyone, I have been struggling for the past one week to setup the replication in our environment and has been stuck on Administrative Password issue when adding Distributor on Publisher Server....
View ArticleSwitching properties without needing to reinitialize?
Greetings.We've got transactional replication setup between a 3 TB database and several reporting servers. For very long winded reasons we want to remove large amounts of data from OLTP, and would be...
View ArticlePeer-Peer Replication
Hi Team,Getting below issue on Publisher in SQL 2016 Peer-Peer replication. But Subscriber is working fine:Cannot insert duplicate key row in object 'dbo.MSpeer_lsns' with unique index...
View ArticleCheck 'Copy non-clustered indexes' replication article property using T-SQL
I need to check the property of this setting at the article level across my full transactional replication environment (several servers, dozens of publications, hundreds of articles).Tracing a change...
View Articleduplicate key row in object 'dbo.MSsubscription_articles'
Getting below issue in SQL 2016 Peer-Peer Replication.only 2 nodes in replicaittion.getting below issue on only Subscriber, Publisher is working fine. 2019-12-14 20:45:36.681 Agent message code 2601....
View ArticleSQL Server 2017 Replication Setup on Linux Server
Hi I have installed SQL Server 2017 on Linux Ubuntu 18.04 LTS. But I am unable to configure replication , please advise how can we install and configure SQL Server 2017 replication on Linux server....
View ArticleGetting error adding new subscribers in Snapshot Agent.
Migrated from SQL 2012 to SQL 2016. Now getting error adding new subscribers in Snapshot Agent.Error Message One : Error messages: Message: Unable to complete login process due to delay in opening...
View Articlecannot insert value -Violation of PRIMARY KEY constraint 'PK_urls'.
using prod db backup file , restored a database to Dev.this Prod db is in replication (subscriberDB).while try to insert records in Urls tables @ dev getting below error,Msg 2627, Level 14, State 1,...
View Articlereplicate high volume bulk inserts
Hi all,I am in a prestudy phase to investigate how to store large sets of parameter updates from numerous of PLCs into a historical database. Typically, we expect 5000 parameter updates per second.My...
View ArticleInvalid Object Name in p2p Replication in sql 2016
Hi Team,We modified data in user_city table at publisher. This is Peer-Peer replication in SQL Server 2016 after that we are getting this error : Invalid object name 'dbo.app_config'. (Source:...
View ArticleEMERGENCY - Enabling merge replication results in “DML statement cannot…” error
Having to set up Merge replication so that we can have SQL server in Europe and North America to reduce latency between our application servers and SQL. After enabling Merge replication, my...
View ArticleReplication- Article Property
We have ServerA , TableA contains 10 columns ( consider Publication)& ServerB, TableB contains 15columns ( consider Subscriber)i want to replicate TableA to TableB , only 10 column. but...
View ArticleSQl server Transaction replication -publisher shrink Transaction log
Hi I am having Transaction replication 2008 to 2014. Now publisher side Trasaction log grown up to 100 GB and need to clear. I have noted that T log backup was failed for couple of days. I need to...
View ArticleSubscriber node down in transactional replication
1) I have 2 node which node 1 is publisher and distributor in same server and subscriber in node 2. In case publisher is down for few hours and i need to bring up the subscriber for read and write by...
View Article