Background:
I have recently started to look at converting an access backend into
an SQL backend.
Question:
By default, when using a query in access does the SQL server only send
the records requested from the query OR does SQL still send everything
and the filtering is done by Access?
If the latter, how to I get SQL to do the hard work and not access?
Thanks
Matt
I have recently started to look at converting an access backend into
an SQL backend.
Question:
By default, when using a query in access does the SQL server only send
the records requested from the query OR does SQL still send everything
and the filtering is done by Access?
If the latter, how to I get SQL to do the hard work and not access?
Thanks
Matt
Comment