IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Latency between Access and SQL Server
I'll bet that Access is doing something stupid like fetching each row from SQL server locally in a synchronous way, so you have to wait for 22,000 "please gimme another row", "here's your row", "thank you" transactions. If that silly little round-trip takes .003s, then there's your minute.

Note that when you attach tables through ODBC, Access cannot use any of the indexes on the query. It just fetches the data locally and does full table scans.

As already suggested, look up passthrough queries and use them.

Cheers,
Ben
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
New That is just WRONG.
Cannot use indexes.

That BLOWS.
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey
No matter how much Microsoft supporters whine about how Linux and other operating systems have just as many bugs as their operating systems do, the bottom line is that the serious, gut-wrenching problems happen on Windows, not on Linux, not on Mac OS. -- [link|http://www.eweek.com/article2/0,1759,1622086,00.asp|source]
Here is an example: [link|http://www.greymagic.com/security/advisories/gm001-ie/|Executing arbitrary commands without Active Scripting or ActiveX when using Windows]
New Sometimes faster just to import the whole table
and ditz with it locally from there. Access tends to go overboard on the locking as well, which can cause its own set of problems.
     Why does something this simple, take soo long? - (folkert) - (21)
         Probably at the Access level - (JayMehaffey) - (1)
             Doesn't matter either way. - (folkert)
         Investigate Pass-Through Queries in Access -NT - (altmann) - (1)
             Thanks. I do that later. - (folkert)
         Latency between Access and SQL Server - (ben_tilly) - (2)
             That is just WRONG. - (folkert)
             Sometimes faster just to import the whole table - (ChrisR)
         I would ask for a showplan - (Simon_Jester) - (1)
             There is an osql - (altmann)
         The answer is in the first line of your post -NT - (tuberculosis) - (1)
             Clever, cleaver, thine art. -NT - (folkert)
         Most questions that start, "why does Access......?" - (tablizer) - (9)
             That might change. - (inthane-chan) - (8)
                 Not unless VB is integrated with SQL server - (ben_tilly) - (7)
                     Yeesh! - (inthane-chan) - (4)
                         That trick is actually useful..ugly, but useful -NT - (ben_tilly) - (3)
                             The poor man's Control Tables -NT - (ChrisR) - (2)
                                 That's one thing to use it for -NT - (ben_tilly)
                                 Files systems are not much better. Trees too damned limited -NT - (tablizer)
                     Perish the thought - (ChrisR)
                     "In the Next Version" - (altmann)

That will get motion if the package maintainer is a sheep...
78 ms