Re: query difference
- From: "Larry Linson" <bouncer@xxxxxxxxxxxxx>
- Date: Mon, 28 Apr 2008 20:04:26 GMT
If you are talking about a Jet or ACE database engine DB... the defaults
with Access 2003 and earlier, and Access 2007, respectively, they are
file-server databases, with all the processing and manipulation done on the
user's machine, so both will bring across the LAN all the selected Records
(if the Records are selected on the basis of the Primary Key, or other
indexed Field, only the index will be brought across first, then only the
selected Records... but you are asking about _Fields_, so that is not an
issue here).
There is no Jet or ACE "server" running on the shared folder or "server" to
do any extraction or manipulation.
If you have linked tables in a server DB: MS or Sybase SQL Server, Oracle,
Informix, etc., then the extraction may be done at the server, thus reducing
traffic on the network. But, you will pay a price in complexity of
installation and maintenance of the server DB -- all of them need
"administration", which is to say "ongoing tender loving care". That is a
tradeoff only the developers and users can make -- do the benefits justify
the costs?
Larry Linson
Microsoft Office Access MVP
"bobh" <vulcaned@xxxxxxxxx> wrote in message
news:c12a4f6f-b615-4763-ab7f-a4fc3e7de6e1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi All,
Is there a difference in preformance between the two;
TblNme has 36 fields across a record
a query that selects all fields and the report only uses 75% of the
fields, ie; Select TblNme.* where OffCde='123'
or
a query that selects the 27 fields used in the report
ie; Select TblNme.FieldNme, TblNme.FieldNme, etc.... where
OffCde='123'
In the first senerio does the query first bring down all the
data(including all the fields) and then select out the fields form the
criteria?
thanks
bobh.
.
- Follow-Ups:
- Re: query difference
- From: bobh
- Re: query difference
- References:
- query difference
- From: bobh
- query difference
- Prev by Date: query difference
- Next by Date: Re: Access on VPN -- seeking solutions
- Previous by thread: query difference
- Next by thread: Re: query difference
- Index(es):
Relevant Pages
|