Home > Archive > MS SQL Server ODBC > March 2005 > Re: ADP vs. MDB: Speed









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: ADP vs. MDB: Speed
Paul

2005-03-30, 9:40 am

"Albert D. Kallal" wrote:

> WIDELY stated. Sure, joins via linked tables is a problem..but then again,
> users of other development environments DO NOT have this option anyway!!
> This
> issue here is of POOR practices...NOT ms-access!


We use Access MDBs primarily for report writing with ODBC linked tables back
to SQL Server. With a little thought you can get the same performance from
linked tables as you would with an ADP. Joins between local and linked
tables are obviously out (unless you don't mind the entire contents of the
linked table coming across the network) but pretty much all other joins will
translate correctly. A bit of monitoring with SQL Profiler lets you quickly
check whether or not Access can translate your query to something that runs
server side, and once you get to know what it likes you can write very
complex queries that always run server side.

Kind Regards,

Paul
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2009 droptable.com