J
JimP
I'm currently using MS-Access to write reports using a SQL Server db as the
data source in a client/server arrangement.
The database is sufficiently large (2gb) that data retrieval speed is an
issue.
The current setup is linked tables to the SQL Server db via ODBC, and then
the usual queries.
1. Can views and/or stored procedures on the SQL Server side along with
paramaterized queries provide a significant performance boost?
2. I've read that views and stored procedures can be created w/i Access. Is
this the same as creating them in SQL Server?
3. Are there other things I should try?
data source in a client/server arrangement.
The database is sufficiently large (2gb) that data retrieval speed is an
issue.
The current setup is linked tables to the SQL Server db via ODBC, and then
the usual queries.
1. Can views and/or stored procedures on the SQL Server side along with
paramaterized queries provide a significant performance boost?
2. I've read that views and stored procedures can be created w/i Access. Is
this the same as creating them in SQL Server?
3. Are there other things I should try?