Viewing 15 posts - 211 through 225 (of 774 total)
I think that it happens because if a subscriber stay more that 7 days without sincronizing, then the data is considereted unvalid
November 13, 2015 at 10:53 am
Do you think that the problem is this:
"The Merge Agent failed after detecting that retention-based metadata cleanup has deleted metadata at the Publisher for changes not yet sent to the...
November 13, 2015 at 10:51 am
Some log information from SQL Server log:
2015-11-13 16:38:02.51 spid97 Replication-Replication Merge Subsystem: agent 0043007B-0045-0045-4500-320036003800 failed. The reconciler process was stopped because the Subscriber that initiated...
November 13, 2015 at 10:42 am
I also run the sp_who2 and I see same lines with
56 SUSPENDED ...
November 13, 2015 at 9:43 am
Also, In the waiting category logging is above all others with this values:
wait time 13000
average waiter count 14.7
Recent wait time = wait time
It sounds like a log issue or a...
November 13, 2015 at 9:15 am
I want to test merge replication. I would like to create one. I only have one computer so can I create the merge replicaton (configure the distribuition and subscribers) all...
November 6, 2015 at 9:53 am
I mean using having the publisher database and the subscriver database on the same instance?
November 6, 2015 at 6:11 am
When a user transaction is committed (either explicitly via a COMMIT statement, or implicitly), SQL Server writes all changes from the Log Cache out to the log files on disk....
November 5, 2015 at 5:55 am
If I add an additional transaction log (on other disk) to the database that would devide the i/0 between logs . which would help, correct?
I belive that 77% is a...
November 5, 2015 at 5:38 am
I am trying to see why some data is taking more time to be distributed.
November 5, 2015 at 5:36 am
For instance, this result:
WaitTypeWait_SResource_SSignal_SWaitCountPercentageAvgWait_SAvgRes_SAvgSig_S
WRITELOG1428099.931381452.4146647.5233103900276.980.00430.00420.0001
The log write percentage is almost on 77% ? is this normal ?
November 5, 2015 at 5:20 am
Viewing 15 posts - 211 through 225 (of 774 total)