Log Shipping replacing Replication
Hello Everyone,We are using Transactional replication for collecting the data from multiple location(SQL Server, Publishers) into one central location(SQL Server, Subscriber).Can I use Log Shipping...
View ArticleMergeSynchronizationAgent not working behind proxy (SQL Server 2008)
Hello,I have setup SQL Server Replication using web sync. For synchronization I am using RMO and so far I was able to configure two subscribers without major problems (so server side/certificate/etc is...
View ArticleViolation of PRIMARY KEY constraint 'PK_tbl_User_Messages'. Cannot insert...
We often get the problem below lately and only on some tables: Violation of PRIMARY KEY constraint 'PK_tbl_User_Messages'. Cannot insert duplicate key in object 'dbo.tbl_User_Messages'. The duplicate...
View ArticleTransactional replication on SQL 2012 and security issue
Hi Recently I've migrated from SQL 2008 to 2012. My replcation was fine, all data was flowing from publisher to all subscribers also ddl statements replicates well. But today there was a need for...
View ArticleTransactional Replication: Column level or whole table
How to check, given a table, whether replication is set for column lever or the whole table is published?sysarticles tell if a table is publishe or not; But it really doesn't tell if replication is set...
View Articlehow to gracefully stop replication for subscriber server
i have about 30+ subscriptions in a server which will be upgrading to SQL 2008 R2.These sub are transactional repl currently push from pub with the distr there.how best to "pause" the replication to...
View ArticleError running sys.sp_validate_replica_hosts_as_publishers
I am working with setting up Replication Publishers in AlwaysOn Availability Groups, and after running sp_redirect_publisher, there is a new stored procedure in SQL 2012 called...
View ArticleMerge Replication Error, cannot create a new snapshot
I have a Merge Replication over Internet setup on a MSSQL Server 2008 R2. Had this problem happen once already, and I had to re-create the publication on the server and re-create all subscriptions at...
View ArticleWhat are the prerequisites to add an article in snap shot and transactional...
What are the prerequisites to add an article in snap shot and transactional replication?
View ArticleHow to resolve timeout issues in mirroring and replication
How to resolve timeout issues in mirroring and replication
View Articlewhat's the recommend memory for distributor
what's the recommend memory for distributor running with default setting My slave sometime can't catch master. I strongly doubt the memory of distributor isn't enough.Because when I stop log reader or...
View ArticleReplication does not start when cluster fails over to node 2
Hello all,I have a SQL Server 2008 instance that runs on failover cluster with 2 nodes, I have also set up push transactional replication that goes to a different server. The instance in the cluster...
View ArticleWhich replication type?
Hi all,I got 2 SQL 2012 servers, I thought to set one active and the other one passive for high availability, All of the data is stored on the machine self, so i want use a replication from the active...
View ArticleTransactional Replication Error - Could not connect to Subscriber
Hello,I've searched high and low for help on this, tried numerous suggestions, but can't seem to get this to work.Current setup:Two Windows servers with SQL Server 2008 R2 on separate domains.Setting...
View ArticleExtremely high value in maxversion_at_cleanup column in sysmergearticles
We have an issue with merge replication, which manifests itself with publications taking extremely long time to finish their merge. We have narrowed it down to a very high value in...
View Articlechanging a domain sql server service account to a virtual account during an...
I have a plan to upgrade to SQL 2012 from SQL 2005 and SQL 2008R2. I would like to also switch to using virtual accounts for the services but, during the upgrade there is no option to do this. Since...
View ArticleLog Reader agent is running: but no replication is created...
Hi,I have a Log Reader Agent running on the SQL Server Agent Job named "TX01DB04-MOSAIC-10"Server Name: TX01DB04Database Name: MOSAICThis particular Server was down for heavy load and when we checked...
View ArticleTransactional Replication Query Timeout Expired
Hello,I am getting the timeout expired error with a transactional replication distribution agent. The problem was that there are about 16 millions unreplicated commands in the Msrepl_commands table....
View Articlewhat is mean by query tuning and how to tune the queries ?
what is mean by query tuning and how to tune the queries ? please give me the step by step format?
View Article