Hi,
This is somewhat of an off topic question, but I've been asked to post this here. My current employer used a lot of pass through queries and stored procedures. One of the databases it interacts with is a proprietary data warehouse called Teradata. One of my tasks is to upload data to an ODBC linked table via an append query. First I delete all data using a delete query. It seems very simple except that it takes anywhere from 20 to 30 minutes to delete 15,000 rows and then another 20 or 30 minutes to append the new data. I tried using DAO to write one row at a time, but this proved even slower. I am the only person using this table. The main suspect is the server which runs jobs for a large corporate user base. I don't think there is any way around it, but I'm putting it out there in case you have any ideas. We've tried adding and removing various indexes with no success.
Thanks,
Paul