Hello everyone,
I am creating a small application that will use SQL Server 2005 Express as database.
This little piece of software will be used in different locations and at the end of the day it will have to synchronize the data from all the places where SQL Server will be installed. The next day all the locations databases will contain the same information.
Working in real time on the same database is not an option due to the possibly large distances between the locations.
I havent done this before, so i am asking you how to do this...what would be the best approach?
Thank you!
I am creating a small application that will use SQL Server 2005 Express as database.
This little piece of software will be used in different locations and at the end of the day it will have to synchronize the data from all the places where SQL Server will be installed. The next day all the locations databases will contain the same information.
Working in real time on the same database is not an option due to the possibly large distances between the locations.
I havent done this before, so i am asking you how to do this...what would be the best approach?
Thank you!