Error - "Unable To Synchronize The Row Because The Row Was Updated By A...
HI,I have a replication setup where there is a publisher and 4 subscribers. All running SQL 2005 SP3 and a custom VB.Net resolver.I am getting the following error message when attempting to replicate...
View ArticleMerge replication
I have setup merge replication but when setting up subscribe am get the following errorThe schema script 'snapshot.pre' could not be propagated to the subscriber.Please help
View ArticleReinitialize subscriptions having data validation failures
hi gurus!, i am new to replication so please be gentle...I have become the new admistrator for our replication that has already been in place for about 3 months, its a transactional replication going...
View Article(Source: MSSQLServer, Error number: 20598)
Hello i am having and issue with replication i am receiving the following Command attempted:if @@trancount > 0 rollback tran(Transaction sequence number: 0x000004850000013C000600000000, Command ID:...
View ArticleRemove a column in an article from Replication without reinitializing the...
Hi,I have a Publication with 10 huge tables. I need to remove one column (for security reasons) from an article. when i tried this it is asking to re-initialize the publication and did so. Since the...
View ArticleALTER TABLE breaks replication
I have a table-article being replicated as part of a publication that replicates DDL commands. Historically, executing ALTER statements on replicated tables has not caused any problems.However, I...
View ArticleDatabase Replication
Hi, I am using Sql server 2005. I have a database for one of the application and I need to use another Database for reporting(Replication). Could you please suggest me how to replicate the database.I...
View Articlesql2008 push replication
I'm not able to get transaction log space released on the subscription server. The log continues to grow and can't be shrunk. Checkpoint does nothing. The log_wait_desc for the replication db on the...
View ArticleOut of sync from distributor to subscriber
Noticed few strange things in replication.i) Under status tab i see the status as 'Not Running', not sure if that is a issue or just means replication process is idle.ii) Under replication monitor i...
View ArticleReplication - Slow performance
Hello,We have sql 2005 and running Replication fro m3ed party s Publication and we have subscription.Sometimes performance is too slow for our other user and we have to kill those users which ones are...
View ArticleDistribution clean up Failing
Hi I have a Distribution clean up job failing on a SQL 2K5 Enterprise Instance (Windows Server 2003) Failing with the following error:-[b]Executed as user: *******. Could not remove directory...
View ArticleCPU Intensive Enumerating Changes
We've recently moved our replication system to a new server, and spent some time creating new indexes to help performance. At some point, we've done the opposite. Each subscriber is taking hours to...
View ArticleAny way to not publish CLR triggers when using Merge replication?
Our database has a CLR trigger on most tables (used for auditing) along with misc other triggers.Is there any way to NOT publish the CLR triggers for replication? I know I can not publish all triggers...
View ArticleProblems setting up new subscriber for merge replication
Hello,I would like to know the most common way for setting up new subscribers for merge replication. Is it possible to "fill" an empty database on the new subscriber via initializing it with a new...
View ArticleGenerate a new snapshot option is greyed out
We have a SQL 2005 Publication, and a SQL 2012 Subscription. The publication, subscription, and agents are all running properly. No errors. All of the accounts used to run this are sysadmins.The...
View Articlevalidating publisher data against subscriber data
im running a test to see how to validate data on the publisher article vs the subscriber.Im running the below code:[code="sql"]begin tranexec sp_marksubscriptionvalidation @publication =...
View ArticleTrans replication with remote distributor, publisher upgrade question.
Hello there, I'm after a bit of advice.We have a 2K5SP4 publisher database with a 2K5SP4 remote distributor and over 30 transactional/one-way subscribers (push) with SQL 2008R2. We have a requirement...
View ArticleIs this a good replication candidate?
We are in the process of replacing an archaic email based solution for extracting data from approx. 100 of our store's POS systems. As part of the project I'm considering using replication for data...
View ArticleXML column in transaction replication ?
We have a couple of tables have XML data types columns running on Standard edition of sql server 2005 SP3, wondering ifwe can replicate those tables in transaction replication with update subscriber ?...
View ArticleMagic Replication Commands in Distribution Database
Is there a magic script that anyone has in their portfolio that will tell me the number of commands in the distribution database waiting to be applied to this subscriber?The request comes from the...
View Article