July 4, 2005 at 9:09 am
I have set up Transactional Replication running contiuously. Every things seems perfect but if I make a change to a table, there is a long delay of 30 mins before it appears in the subscribing db. Does anyone know how I can troubleshoot this ?
Cheers Pat
July 6, 2005 at 3:21 am
basically SQL Server creates a job to run log reader as and when agent starts. If that is created properly you are fine. (Delays are possible when the publisher, distributer and subscriber are physically seperated; delays also occur when transaction volumn is high)
otherwise you can schedule the job to work differently.
Cheers,
Prithiviraj Kulasingham
http://preethiviraj.blogspot.com/
July 6, 2005 at 12:34 pm
in the "agents profile" it is possible to configure how fast do you want the pooling to occur
* Noel
April 3, 2007 at 1:49 pm
What /Where is "agents profile"? I am having similar issue with replication. Thanks.
April 3, 2007 at 2:04 pm
here it takes around 15sec before it appears in the subscriber database. i'm using merge replication.
i was looking at the job scheduler, but i don't see there where the interval is configured.
are you sure it's in the job scheduler? (or isn't that the same as the "agents profile?"), because when i look at its logs, i never see a log when the replication occurred.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply