Viewing 15 posts - 1 through 15 (of 29 total)
Replication can be chatty and will consume significant bandwidth. With Merge Replication, even if no updates occur at the Publisher or Subscriber(s), the Merge Agent will produce traffic if...
December 15, 2015 at 12:35 am
You have options.
When using Standard Edition or higher, when a Merge subscription is created, an associated Merge Agent job is created. You start the job to synchronize the subscription.
You...
October 25, 2014 at 3:18 pm
Yay! I'm glad it is working now!
October 6, 2014 at 11:24 am
EXEC sp_changepublication
@publication = 'IM_Audit_LIVE',
@property = N'replicate_ddl',
@value = 0
GO
You do realize that this statement sets replicate_ddl to false right?
October 3, 2014 at 4:58 pm
If the network goes down for whatever reason, if it comes back up within the retention period, replication will pick up where it left off. It auto recovers from...
August 14, 2014 at 2:34 pm
Steve Jones - SSC Editor (8/14/2014)
Brandon J Williams (8/13/2014)
We...
August 14, 2014 at 10:53 am
TomThomson (8/13/2014)
Brandon J Williams (8/13/2014)
Replication Monitor is good for a quick sanity check but we have rolled our own monitoring solution. We are continuously adding features to that.
That seems...
August 13, 2014 at 8:37 pm
dstinson-1008865 (8/13/2014)
Arrogant much?
The clear implication is that your own experience trumps that of anyone else because they must be a "replication novice". And that in spite of multiple other...
August 13, 2014 at 2:02 pm
Robert.Sterbal (8/13/2014)
Brandon,The posts in this forum suggest otherwise.
That's why I'm here to set the record straight.
Most of the issues I'm reading about would be helped by better reporting of replication...
August 13, 2014 at 11:05 am
quackhandle1975 (8/13/2014)
Brandon J Williams (8/12/2014)
August 13, 2014 at 10:24 am
Log shipping cannot do what replication does.
I agree, over small pipes, or an unreliable or slow network connection, replication may timeout or fail or something like that. But there...
August 12, 2014 at 10:59 pm
Replication is not brittle, buggy, or unstable. Unreliable network connections can cause replication to fail, and the replication novice will interpret this as a bug or as replication being...
August 12, 2014 at 9:10 pm
I know this really old guy who once said that replication is only as reliable as the network and hardware it runs on.
August 12, 2014 at 2:07 pm
Locate the replication agent job in SQL Server Agent -> Jobs. Right-click the job -> Properties. Navigate to the Notifications page and uncheck Write to the Windows Application...
July 20, 2014 at 9:05 pm
I agree with Gail, Transactional Replication is a better fit here considering the frequency with which you need to replicate the data. With Transactional Replication, you would only need...
June 5, 2014 at 10:04 am
Viewing 15 posts - 1 through 15 (of 29 total)