I have a database that has a backend for all the data and a frontend with all of the forms/reports/macros/etc and is used globally by my team. All of the US and EU offices can access it fine with no latency issues, but we are experiencing issues with our Chennai office with access times and the significant amount of time for them to make minor updates to the database. It is stored on a high availability network share with adequate bandwidth to accommodate this, so I can't imagine that it is the issue...but of course anything is possible there. The hangup occurs when users attempt to write to the backend...apparently they can access the frontend fine. Regardless, network related issues are not the point of my question...
Anyway, what I am curious about is whether or not I can create a duplicate backend database that could be stored on site at each of my global locations and then set up a batched job to merge any changes on a weekly basis. I'm not sure that this is possible, given my database design (specifically the Autonumber fields tying all of the tables together), but it would be nice.
Anyway, what I am curious about is whether or not I can create a duplicate backend database that could be stored on site at each of my global locations and then set up a batched job to merge any changes on a weekly basis. I'm not sure that this is possible, given my database design (specifically the Autonumber fields tying all of the tables together), but it would be nice.