Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Keeping a database in synch between a server and laptops

Status
Not open for further replies.

gday2u

Programmer
Apr 3, 2003
6
AU
We have a situation where we have a database on an
enterprise server which needs to be replicated onto a number
of laptops.

These laptops go out into the field and may need to be updated
from the enterprise server database several times each day.

The enterprise database is approximately 2 Gig but the amount of
changes that occur is probably in the order of 100 - 200 changes
across up to 40 tables. The time we have available to update these
laptops is minimal.

I am relatively new to SQLServer so I am interested in the
possibilities that are available to us , i.e.

- Identifying changes in the transaction log.

- Triggers on tables which dump to a staging table.

- Identifying changes that are made and using it to create an osql
file to apply to the laptop databases.

We are using SQLServer2000.

I am also interested in the possible disadvantages of any of
these approaches.

Thank you in advance.
 
Why have you not looked at one of the built in replication options. I think merge replication might work for you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top