Hi, There are literally thousands of locations where an application is running (.net desktop app),and a requirement is to have the updates to their database (diff from the last upload) to be sent to a central server that will store all the locations data.
What options do I have in coming up with a solution?
One idea is to generate an XML file with all the rows since the last sych., and upload that to a file server that will then be imported into the main database.
Note: the changed data will be minimal since this process will run every few hours.