We do have an Access application that is growing a lot. We are going to upload the data into SQL Server to run our queries there. If we use the most current SQL Server version Do we need to use ODBC? It is efficient to run the Access queries from the local machines (linking to the tables on SQL Server) or is more efficient to convert the queries into SQL Server and then running stored procedures or views or whatever from an Access interface?
Thank you
Thank you