C
Chris Pettingill
I built a simple Access 2000 application for a client (i.e. Access 2K front
end and back end). I recently moved the back end to SQL Server 2000. All
of my queries are still in the Access front end. I'm unsure if Access will
bring all the data in the tables involved to the client, and then perform
the queries locally, or if the queries will run on the SQL Server. From the
posts I've read, it looks like it may depend on the content of the queries
themselves. Some of the queries could probably be changed to views on the
SQL Server if I need to, but others would be difficult to move to SQL
Server. None of the queries are defined as pass-through queries. How can I
tell where the queries will be running?
Thanks,
Chris
end and back end). I recently moved the back end to SQL Server 2000. All
of my queries are still in the Access front end. I'm unsure if Access will
bring all the data in the tables involved to the client, and then perform
the queries locally, or if the queries will run on the SQL Server. From the
posts I've read, it looks like it may depend on the content of the queries
themselves. Some of the queries could probably be changed to views on the
SQL Server if I need to, but others would be difficult to move to SQL
Server. None of the queries are defined as pass-through queries. How can I
tell where the queries will be running?
Thanks,
Chris