I have coding that can quickly fill a local table from a remote server table... basically take an SQL snapshot and load the local table. In my application, I am filling a local table with calculated values (a few hundred rows), and if I then want to "export" to the Server, I can do it one of at least 2 ways:
1) Simple append query in Access that loads the remote table using local table as source... but this is SLOW
2) Pass-through query statements that load the remote table row by row... faster, but still very SLOW
Any other tricks of the trade?
Thanks!
1) Simple append query in Access that loads the remote table using local table as source... but this is SLOW
2) Pass-through query statements that load the remote table row by row... faster, but still very SLOW
Any other tricks of the trade?
Thanks!