Start New Discussion Reply to this Discussion Data synchronization
For the purpose of synchronizing data in sql server, such as:
1. Synchronize data between servers and client
2. When loss of internet, the client can still work based on the data required to run on the client.
3. When have the internet connection, data from workstations to be synchronized with the server.
To meet these objectives above how to do it with sql server? Or other data synchronization?
Thanks!
Related Article: IMPORT XML DATA TO SQL SERVER
is a solved MS SQL discussion thread by alleybye that has 1 reply, was last updated 8 months ago and has been tagged with the keywords: xml, data.
manhthaodn
Light Poster
48 posts since Oct 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Are the clients just normal desktop users? If so you can put sql express on everyones system if your database is under 10 gigs and then have it send back the data to the parent database via SSIS or .Net.
SQL Express does allow users to use any sort of mirroring, or snapshot. It would most likely be heavy on bandwith and you would also run into the issue of users duplicating work so you would have to envoke a rule based system to see who wins.
moone009
Junior Poster
105 posts since Mar 2010
Reputation Points: 10
Solved Threads: 2
Skill Endorsements: 0
Data synchronization is the process of establishing consistency among data from a source to a target data storage and vice versa and the continuous harmonization of the data over time.
maniat123
Light Poster
36 posts since May 2012
Reputation Points: 0
Solved Threads: 1
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page rendered in 0.5564 seconds
using 2.67MB