A family of Microsoft relational database management systems designed for ease of use.
The Sydney app works perfectly. The Melbourne App has been crashing daily for about a month.
Are the back-ends being accessed over a local network, or over a WAN? Is there a difference between the type of network access to the back-end for Melbourne vs. Syndey?
How big are the back-ends? Is the Melbourne back-end pushing the 2GB file-size limit?
Could there be corrupt data in the Melbourne back-end? Have you tried the following to eliminate that possibility, in increasing order of desperation:
- Create a new blank database, import all the tables from the Melbourne back-end into it, and then see if it works as a substitute back-end without crashing?
- Create a new blank database, importing just the *structure* of all the tables from the Melbourne back-end into it, then link to the Melbourne back-end and run append queries to load all the tables in the new database. See if (a) all data comes over, and (b) it works as a substitute back-end without crashing.
- Working with a a copy of the back-end: export all tables to some other format, CSV maybe. Empty all the tables. Compact and repair the database. Import the data for all the tables from the exported files. See if *that* works.