Transactional replication - Set value to different CASE does not replicate value
I have the same table in two different publisher databases, however in one database replication successfully replicates changes to a values case (upper to lower or lower to upper ) but in the other it...
View ArticleReplication database on end user.
Hi I got a requirement that my application must have feature that can replication/update local database scheme like table,view,store on end user.Anyone can give my sample snipplet code or project or...
View ArticleAdd new objects to a database which is used in replication
Hi, We are using SQL Server 2008 R2 database and this database is a publisher and this is a push transactional replication. Irrespective of how trivial (like add a column or change datatype) or adding...
View ArticleCannot view Distributor Properties and create a new publication in SQL Server...
I created a distributor, publisher and subscriber in SQL Servers successfully few weeks ago.I want to record steps to create distributor for preparing documentation. Therefore I select "Disable...
View ArticleUpdate query is slow with merge replication
Hello friend,I have a database with enabling merge replication.Then the problem is update query is taking more time.But when I disable the merge triggers then it'll update quickly.I really appreciate...
View ArticleUsing Merge Replication with AlwaysOn Availability Group and Pull Subscription
In this setup the regular users on-site have an application frontend installed locally on their computer, while the data resides on a central SQL Server. Some users works off-site, and randomly...
View Articlesp_adjustpublisheridentityrange not executed regularly by distribution agent
Hello,I´ve setup a transactional publication with updatable subscriptions. Very easy setup, only one subscriber. However client applications using the database at the subscriber regularly getting...
View ArticleThe row was not found at the Subscriber when applying the replicated command.
Hello,I am getting this error can someone help me plzThe row was not found at the Subscriber when applying the replicated command.why the publisher failed to deliver the row to the subscriber
View ArticleMERGE REPLICATION - HIGH VOLUME OF CHANGES
Hi everybody, i wanna ask you if somebody can tell me some recomendations when you have setted a merge replication environment and you have to replicate millions of records to some suscribers.
View ArticleSQL 2005 Replication with Oracle 11g
Hello Everyone,Thanks in advance for looking at this. I am setting up replication from SQL Server 2005 with an Oracle 11g source. I've installed the Oracle 11g client and set up the service name on...
View ArticleSnapshot replication : no replication transactions are available.
Hi All,We have the snapshot replication set up. I see that publisher has 221 records and subscriber has 113 records. When i tried to run the replication job . job succeded but as out put i got no...
View ArticleForeign keys problems during distrib.exe
SQL 2012 SP1 (I'll upgrade in few days, I know -__-)I have set up a transactional replica through 2 big db on different servers. I set it up to not be continuous.Executing DISTRIB.EXE correctly...
View Articlecmdshell usage in replication-cleaning
Hello,I have a replica in a server that its performance is critial/poor.Checking the job's history involved with the replication I have found that a "Distribution clean up: distribution" is not...
View ArticleBCM Error 'Could not complete their last action'
While there isprobably a problemwithan array.This error isknown?Is it posible to change manually in thestored procedure atsql server?I am notaware towhich variable it isexactly. Orifall referencesare...
View ArticleReplication problem with filtered table
Hi all... when I active a filter on a TABLE over one that run without problems...WHERE ISNULL([Stato],'ATTIVO') = 'ATTIVO' (ok no errors)butWHERE ISNULL([Stato],'ATTIVO') = 'ATTIVO' AND pubblished = 1...
View ArticleMissing stored procedures (sp_MSins / sp_MSdel / sp_MSupd) when adding...
I'm experiencing odd behavior when setting up a subscription using initialize from backup. I have 5 publications across two databases. Every time I rebuild replication, one of the subscriptions will...
View ArticleSQL Server Transactional Replication - Schema change failed on object -...
We have Transactional Replication running from SQL Server 2005 to 2012 (both standard editions). The distributor sits with the subscriber on the SQL2012 machine. Since we fired it up we have been...
View ArticleTransactional Replication - Log reader & distribution agent job failing with...
I have setup replication in Azure IaaS environment using sql 2012. We have a large database of size 1 TB and replications is setup with 5 publications(around 200 tables) we have filters for few tables...
View ArticleCan't reinitialize a subscription
We have a Snapshot Replciation that suddenly stopped working. I can generate a new snapshot, but when I try to reinitialize the subscriptions, I get the following:TITLE: Replication Monitor...
View ArticleUninitialized Subscription
Hi all,I am attempting to create a replication on a table in one of my databases on my SQL Server (Version is 2008 R2). I create the publication and the snapshot and everything looks great.I go to my...
View Article