Setup Transactional Replication on Mirrored database
Hi All, Environment details: SQL server 2005 SP4 on all servers below. Server A -- PRINCIPAL Server B -- MIRROR Server C -- REPLICATED DB (need to set this up from A to C.) Database: test Actions...
View ArticleMerge Pull Custom Conflict Resolver Error
Morning all. I have a problem with a custom conflict resolver stored proc. Publisher - SQL 2008 Enterprise Subscribers sql 2008 Express - there are ~400 subscribers. These are fluid to a degree as...
View ArticleSnapshoot agent stuck at sp_MSmakegeneration
Need some help with my sql 2008 R2 merge replication. The snapshoot agent is stuck at sp_MSmakegeneration. I've tried runningsp_mergemetadataretentioncleanup and still nothing. Any help is highly...
View ArticleWhy my p2p+transaction can't only replicate sp exec?
I have P2P with 3 nodes(A,B,C) , and hope to update lots of data at A,B,C, so I setup one transaction replication (one way) on A, and choose only replicate proc execution (not choose those based tables...
View ArticleSQL Server 2008 R2 Std with SQL Server 2005 Express Subscriptions
If we have SQL Server 2005 Express Merge Replication Subscriptions that synch to a SQL Server 2008 R2 Standard Edition. Do the Subscriptions still have same file size limitations even though they synch...
View ArticleSkip snapshot delivery in transactional replication
When you get the msg "The initial snapshot for publication is not yet available......" The distrib agent is expecting a snapshot to deliver but the snapshot is not available because it was...
View ArticleTransactional Replication - Generate a snapshot for a new art only
I will apreciate any help on this, thanks ahead!We are running the below script that works well for us at dev and other environments but when running on prod the generated snapshot is for all articles...
View ArticleTransactional Replication Issue
All,Please help. Whenever i am trying to add subscription exec sp_addsubscription @publication = N'DB_NEW', @subscriber = N'SERVER1', @destination_db = N'DBNAME', @subscription_type = N'Push',...
View ArticleAdding new column to an article in existing publication(Transaction replication)
Hi Everyone,We have a Transactional replication in SQL SERVER 2008R2, in which we are publishing 7-8 articles. Some of these articles are very large tables. we have two subscribers for this...
View ArticleSnapshot Replication Re-Initialize after a FK_Constraint error???
Hi All,Am building a Transactional replication between geographically different continents, While applying the Snapshot replication I got a errorThe ALTER TABLE statement conflicted with the FOREIGN...
View ArticleSame Databases replicate from two different server in one Subscriber.......
Hi,Currently i have 2 servers with same structure of dbs like server 5 and server 6, i want to replicate all data from server 5 and server 6 to another server which is server 7.Currently i am using sql...
View ArticleNeed suggestion on alternative to Transactional Replication
Hello Guys,Recently performed a side by side SQL server migration from 2000 to 2012 version, due to emergency upgrade,i forgot to check HA before migration on SQL 2000 , migration completed...
View ArticleCan as SQL 2008 publisher publish to multiple servers (SQL 2008, SQL 2012)?...
I've got 2 publisher servers - CORP and PROD - each with remote distributors on different machines.I want to set up new VM server STAGE (SQL 2012) and publish both snapshot and transactional daily...
View ArticleSQL replication Diaster recovery.
Hi,I have a replication setup with master and 2 slaves, lets say if the master database freezes or gets corrupted is there a way switch the master to salve and vice versa automatically to get the...
View ArticleMultiple publisher for single database
Hi All,I have created a replication for single database with 6 publicationsNow when I am executing snapshot for particular publisher its blocking all other publicationAnd frequently I am getting...
View ArticleWhat's the difference between SQL Replication and SQL Database Mirror?
Can someone provide me with a link or a list explaining to me the differences between Replication and a database mirror? I'm referring to SQL 2005. Thank you'll so much.
View ArticleHow the transactional replication work for simple recovery database (looking...
How the transactional replication work for simple recovery database (looking for some internal concept)Rahul
View Articleerror with snapshot agent
I have been running snapshot replication for around 2 months succesfully without any error. Publisher & Subscriber are SQL server 2008. Now i am getting the following message from the sql agentjob...
View ArticleChange Data Capture, insert+delete instead of update
Hello everyone,I'm having an odd issue, that I need some help understanding. I've got a number of tables enabled for Change Data Capture, but I've noticed some behavior that doesn't make sense.I am...
View ArticleTransactional replication from SQL Server 2014 to Sybase 12.5
Hi All,Is it possible to set up replication between SQL Server 2014 and Sybase 12.5 in which SQL server would be the publisher and Sybase as subscriber.Regards..aa
View Article