BigJimSlade
Registered User.
- Local time
- Today, 14:05
- Joined
- Oct 11, 2000
- Messages
- 173
Hi, Big Jim here:
I have done some searching and found lots of interesting little tidbits of information on this topic, but I thought I would ask here and see if there was something major I was missing...
I have sql 7.0 tables \ views linked into Access 97. They are linked over a network from Tampa to Seattle. For me to retrieve 500 records with 200 fields apiece, it takes about 45 seconds.
I created a TimeStamp in the SQL table (wonder if I have to do anything else with it), but I am not sure what else I can do to speed things up. Any thoughts? Perhaps I could cache the links?
(here is how i link the tables in)
tbl1.Connect = "ODBC;DATABASE=SOQR;UID=myid;PWD=mypswd;driver={SQL Server};server=myserver;"
CurrentDb.TableDefs.Append tbl1
(also, here are some examples)
When Seattle asks Tampa for the same data in a linked Access table 3 times, it takes 50 seconds, 4 seconds, and 4 seconds.
When Seattle asks Tampa for the same data in a linked SQL Server table 3 times, it takes 34 seconds, 34 seconds, 34 seconds.
Why did the SQL table not speed up as the Access table did? Am I just rambling now?
Thanks in advance!
Big Jim
I have done some searching and found lots of interesting little tidbits of information on this topic, but I thought I would ask here and see if there was something major I was missing...
I have sql 7.0 tables \ views linked into Access 97. They are linked over a network from Tampa to Seattle. For me to retrieve 500 records with 200 fields apiece, it takes about 45 seconds.
I created a TimeStamp in the SQL table (wonder if I have to do anything else with it), but I am not sure what else I can do to speed things up. Any thoughts? Perhaps I could cache the links?
(here is how i link the tables in)
tbl1.Connect = "ODBC;DATABASE=SOQR;UID=myid;PWD=mypswd;driver={SQL Server};server=myserver;"
CurrentDb.TableDefs.Append tbl1
(also, here are some examples)
When Seattle asks Tampa for the same data in a linked Access table 3 times, it takes 50 seconds, 4 seconds, and 4 seconds.
When Seattle asks Tampa for the same data in a linked SQL Server table 3 times, it takes 34 seconds, 34 seconds, 34 seconds.
Why did the SQL table not speed up as the Access table did? Am I just rambling now?

Thanks in advance!
Big Jim
Last edited: