I am upsizing my Access Db to SQL server.
To make sure I am getting the best performance I want to know whether it is better to have forms (read only) bound to linked sql tables (ODBC) or if to have them based on a Pass Through Query (set to return records) running a stored procedure.
The same applies to reports. Should they be based on stored procedures or access queries on linked sql tables?
Any advice/recommendation is very welcome.
Jonathan
To make sure I am getting the best performance I want to know whether it is better to have forms (read only) bound to linked sql tables (ODBC) or if to have them based on a Pass Through Query (set to return records) running a stored procedure.
The same applies to reports. Should they be based on stored procedures or access queries on linked sql tables?
Any advice/recommendation is very welcome.
Jonathan