merge replication, retrying records
A lot of changes were made on the publisher on a table that really shouldn't be being replicated (but it is, and right now i can't remove it from replication).So i am seeing the message that the...
View ArticleDBCC CHECKDB on UNC patch db SQL2014 Error 17204
Running dbcc checkdb on sql 2014 (12.0.2000.8) db on UNC SMB 3.0 Netapp :SidePageTable::Init() DeviceIoControl() : Operating system error 1(Incorrect function.) encountered. Error: 17204, Severity: 16,...
View ArticleDatabase Mirroring + Replication
For SQL 2008 R2 we need to configure transactional replication on a mirrored database and configure replication to failover if the database fails over. This appears to be...
View ArticleChange file location and log location for distribution database
hi there: We have a snapshot replication running in production and going to deploy a transactional replication to production. We've discovered that our distribution database currently sits in drives...
View ArticleMerge replication performance problem after adding a new publication
Hi All,I have a couple of merge replications, all bidirectional, and it works fine.Yesterday I created a new publication for two articles (tables are empty at the moment) and a new subscription for the...
View Articleneed help on the transactional replication ( NOT trasactional replication...
hi folks: I've created a transactional replication ( using transactional publication ) on testing environment and happy with the result. Now, we are planning to push to prod env. Here are a few...
View Articlewill transnational replication made changes to the source tables?
hi all: Here is the situation: We want to replication a few big tables TabA, B, C from Server 1 to Server 2. We are thinking about using Transactional Replication but have a few concerns about the...
View ArticleReplicate table changes after replication is configured
I have SQL Replication 2012 setup and has been running for several months now. I realize I did not enable the process to replicate any table changes (ex: adding or dropping columns). The Replicate...
View ArticleTDE key storage
In using TDE we have to restore the encrypted db over to another serve on a frequency. What's the best way to store the key so its safe and readily available to be used by a sql agent restore job on...
View ArticleOn Demand Synchronization - Time Semantics
In our organization, having daily cut-off data is important. We are planning a database for as system that collects data from external systems and will be committing transactions throughout the day....
View ArticleTransactional Replication - Subscriber Identity Seed?
HeyHoping someone can put a bit light on this for me and help me out, I have a single Publisher and single Subscriber set-up on Transactional Replication with continuous updating.But I want the...
View ArticleIdentity management in Transaction replication with updatable subscription
I have migrated my publisher DB to new server yesterday. For migration what I did wasremoved subscriptions and publication completelybacked up DB on which publication was configuredrestored DB to new...
View ArticleAdd the NOT FOR REPLICATION Option to Existing Tables
Hello, How to add the NOT FOR REPLICATION Option to Existing Tables( IDENTITY column,FOREIGN KEY constraints )- TSQL. Thanks, Kanna.
View Articlemerge rep - dynamic snapshot job name overflow
morning allMerge rep - it's a bitter sweet experience. Sometimes I really admire it and other times I'm tearing my hair out. The source of my latest frustration is that I have hit an overflow error...
View ArticleSQL Replication errors (Snapshot Agent)
Im trying to configure a new replication with sql server 2012 - i configured the distribution - while configure the publication it asked for a user to run the snapshot agent, i set a strong user with...
View ArticleMerge Agent Reporting "The Directory Name is invalid"
Our replication Agent is failing stating the "The Directory Name is Invalid" Any Ideas what directory it is talking about. I confirmed the snapshot directory is accessible and setup correctly in the...
View ArticleCannot drop the table ... because it is being used for replication....
Hi, it is little different to other problemas with the same title. (SQL2005) My problem is that i romoved Replication in the server, but the tables who used to be part of one article, cant be droped...
View ArticleDelayed query on Always On on SQL Server Entrerprise 2012
HelloI have SQL Server 2012 Enterprise SP3 as the Principal Server of an Always On Schema on four databases replicating to a unique secondary Server, with Asynchronous-commit mode, forced manual...
View ArticleSQL Server Transactional Replication and WF
Hi All, I am writing a WF based application with out-of-the-box SQL persistence and Tracking services running, the MS SQL database version is 2014.I've been told that the DR version of the application...
View ArticleReplication Error: Conversion failed when converting from a character string...
We received the following replication error on our production system. This is transactional replication. Command attempted:if @@trancount > 0 rollback tran (Transaction sequence number:...
View Article