Replication

  • Thread starter Thread starter Vivek
  • Start date Start date
V

Vivek

Hi everyone,

I have an application, which on logging on goes through the merge
replication. I want to confgure my publisher and subscriber so that if the
user is working on the application ... publisher and subscriber
automatically synchronises every 5 mins. Also, I want database to keep
syncing even if the user is not using the application.

Please guide

Vivek
 
What's the point to synchronise every 5 minute? You should instead implement
an on line replication.
This can be done easily with SQL server.
 
Back
Top