Viewing 8 posts - 1 through 9 (of 9 total)
Found that the database was wrongly set to AUTO_CLOSE ON. Reset it to OFF seems fixed the problem.
January 28, 2013 at 7:56 pm
Changed the log reader agent profile to PollingInterval = 1 and ReadBatchSize = 5000.
Restarted log reader agent.
But seems that does not help.
Delivery rate is still always 1.
From replication monitor, the...
November 21, 2012 at 2:43 am
Distribution is running at same server as Publisher.
The result of EXEC sp_MSenum_logreader @name = '%',@show_distdb =0 shows
comments: 500 transaction(s) with 599 command(s) were delivered.
delivery time: 82228516
delivered transactions: 116917
delivered commands: 132850
average_commands:...
November 20, 2012 at 10:16 pm
Both MAIN-DB and REP-DB are in the same LAN. Network latency should not be the problem.
I have set the subscriber synchronization schedule to be "run continuously".
November 20, 2012 at 9:34 pm
I checked at the subscriber (REP-DB). When I click "View synchronization status" at the subscription, it shows "Synchronization in progress".
I also checked one table where the data is continuously growing.
At...
November 20, 2012 at 9:28 pm
Found my situation is exactly the same as described here: http://www.sqlservercentral.com/Forums/Topic348837-291-1.aspx
This one is driving me crazy...
We are using Transactional Replication with the subscribers initialized from a backup (no snapshot). ...
November 1, 2012 at 8:03 pm
How to add the new article to the existing subscription?
I am using pull subscriptions, I tried to run sp_refreshsubscriptions at the publisher, but it does not help.
Running the snapshot agent...
November 1, 2012 at 7:45 pm
Strange.
I added a RETURN at the top of all triggers to prevent them from running. Then I reinitialized the subscription, but the same error still happens.
I even tried to delete...
September 6, 2012 at 1:01 am
Viewing 8 posts - 1 through 9 (of 9 total)