I have converted an desktop Access database to SQL server. A medium sized app with 24 tables, 60 or so forms/subforms and about 120 queries. I created 2 split files, one containing the tables, and the other containing forms, queries, vba modules. I migrated the tables to SQL server using SSMA, and built an odbc connection for my front end. It works, except it is painfully slow. Practically unusable. I think i know why: Its cos most of the recordsets that drive my front end are query based. And in many instances the queries are comprised of queries, not just tables. So that is creating a serious network bottleneck - i think.
This is my question: Should i be creating my queries on the SQL server? Is that what people do when using Access front end with SQL server back end? Do away with Access queries? Or does the problem lie elsewhere? How do i network optimise my Access FE / SQL server BE? Please give me pointers and links that may be useful. Thanks to all in anticipation
This is my question: Should i be creating my queries on the SQL server? Is that what people do when using Access front end with SQL server back end? Do away with Access queries? Or does the problem lie elsewhere? How do i network optimise my Access FE / SQL server BE? Please give me pointers and links that may be useful. Thanks to all in anticipation