Hi all,
My company has 3 access (97) databases (A,B and C) which all have linked tables into a central database (D) containing information that is common to all three.
All the database files are kept in the same folder on a Windows 2003 server which is also running Microsoft Exchange and a Spam filter. The folder is mapped to the Q: drive on each client and all database names are 8.3 compliant.
Since creating the linked tables to the central database I'm suffering really severe speed issues running queries from A,B or C such as the one described below:
SELECT * FROM Candidates WHERE Firstname LIKE "Qu*"
Where Candidates is itself a query joining a table in the A,B or C to D.
The server doesn't have Access installed on it at all and I am thus assuming that the only part the server has to play in all this is just handing Jet the part of the mdb file it requests.
Is this correct? Would things be sped up by putting Access onto the server?
Thanks in advance for your advice.
Rob
Applications Consultant
UK
My company has 3 access (97) databases (A,B and C) which all have linked tables into a central database (D) containing information that is common to all three.
All the database files are kept in the same folder on a Windows 2003 server which is also running Microsoft Exchange and a Spam filter. The folder is mapped to the Q: drive on each client and all database names are 8.3 compliant.
Since creating the linked tables to the central database I'm suffering really severe speed issues running queries from A,B or C such as the one described below:
SELECT * FROM Candidates WHERE Firstname LIKE "Qu*"
Where Candidates is itself a query joining a table in the A,B or C to D.
The server doesn't have Access installed on it at all and I am thus assuming that the only part the server has to play in all this is just handing Jet the part of the mdb file it requests.
Is this correct? Would things be sped up by putting Access onto the server?
Thanks in advance for your advice.
Rob
Applications Consultant
UK