Replication + AlwaysOn MultiSubnet Availability Group
Just a quick rundown of my environment, Two SQL 2012 Instances with multiple databases in an AlwaysOn Multisubnet AG. With a third SQL 2012 instance is used for the distributor.Following the...
View ArticleNew article will not replicate to subscriber
I have a very strange problem.I have an existing publisher/subscription, which is working perfectly. We added a new article using the SSMS 2012 GUI to the publication, ran snapshot agent, which shows...
View ArticleSQL Server Replication
Hi,I have two different server running autocount with Microsoft Sql Server 2008.First server is here locally and the second server is overseas.What i want to do is to sync the sql server 2008 from...
View ArticleSQL Server Replication Merge:Conflicts/Sec performance counter
Hi,i was not able to find correct answer on this counter. As I read it shows logical conflict errors, but was not able to get with t-sql any information about conflicts. Counter repeatedly report about...
View ArticleAdd article that has identity columns
Environment: SQL Server 2008 R2When adding a new article using sp_addarticle, why do I need to specify @identityrangemanagementoption ? Shouldn’t it be ‘auto’ by default and that should have handled...
View ArticleHow to easily skip replication errors without reinitializing entire subscription
I have a transaction replication for my database containing multiple tables. Rows in one table on subscriber db are modified accidentally; due to this the replication is throwing errors. No other...
View ArticleSSIS package getting stuck when running through SQL agent
Hello all,I have a issue where my SSIS package is getting stuck when running through SQL agent. SQL agent runs through a domain account. To troubleshoot what i did is, I logged in using SQLagent...
View Articlecannot create a publisher
Folks,When I created a publisher with a remote distributor via wizard, I got an error of "The server '(null)' is already defined as a Distributor. To reconfigure the server as a Distributor, you must...
View Articlereplication command to switch out a server
Hi,Is there a TSQL command to switch a server currently being used in replication out? We're upgrading one server and it's currently acting as a publisher to a new server. I want to run an update to...
View ArticleWhich type replication recommend me?
Hello all,My scenario is very small. I have 1 server and 2 remote sites with only 1 PC, connected through VPN. I would like replicate online two remote sites with the server. The remote Pc's contains...
View ArticleHow to tell what kind of transactional replication a client is using?
Based on couple of queries, I came to know that client is using transactional replication. But is there anyway to find out what kind of transactional replication is it . I only have read_only access to...
View ArticleRestored merge replication subscription database to new name - merge agent...
I restored a copy of my merge subscriber database to a new name for some testing. When the restore was complete (without KEEP_REPLICATION), the merge agent jobs were deleted. Is this normal behavior? I...
View ArticleSnapshot Replication reconfigure - any steps need to be taken on publication...
Hi All,we are re configuring snapshot replication on test environment. need to know we need to just take a full backup & restore it proceed with usual snapshot replication or do we need to care of...
View ArticlePeer to Peer replication - view conflict list
Working on a system for a client (2012) and they asked me about programmatically showing a list of replication conflicts in the system. It is a peer to peer with continue on conflict turned on. I've...
View ArticleAfter updating to SQL 2012 SP2 merge replication gives error: Invalid column...
After updating to SP2 on SQL 2012 merge replication gives this error on all subscriptions:Error messages: The merge process could not update the last sent generation sent to the Publisher. If this...
View ArticleMetadata Cleanup Merge replication
Hi Experts,we are using sql server 2008 R2 SP2 on windows server 2008 r2, 64 bit.Merge replication is the topology.we have around 15 publications for 2 different databases. some publications require...
View ArticleCannot see Transaction replication with updatable subscription in new...
Folks,I am planning to implement transactional replication with updatable subscription between two sql2005 Instance .I am surprised that i cold see this type of replication in the new publication...
View ArticleExisting Replica MDF file size is increased in size than the New replica...
Please I need help here.I really really appreciate your help.Here are my scenarios:We have an application with replicated environment setup on sql server 2012 . Users will have a replica on their...
View ArticleReplication Issue
HI team,while i am trying to enable the database replication under publication properties getting below error,please reply Answer ASAP.i am using this query also but no use.[use masterexec...
View ArticleTransaction replication not replicating after new publishers added
Hi, I had transactional replication working between two SQL2008 R2 instances for a few weeks. No tables where replicated but objects such as procedures, functions & views were. This was all ok....
View Article