Overview
When using a SQL data source, you have the ability to configure your data sources settings so that Jet functions will use the SQL NOLOCK hint. With heavy-traffic data sources, this can potentially offer significant performance improvements by not requiring queries to wait for SQL to release locks on a table.
Configuring NOLOCK
Configuring NOLOCK for a SQL-based data source can be done in either the Jet Reports Data Source Settings for with the Jet Administration Console.
-
Jet Data Source Settings
On the Advanced tab, check the box for Add NOLOCK hint to SQL queries.
-
Jet Administration Console (JAC)
In the Data Sources settings of the JAC, expand the Advanced section for your SQL data source and check the box for Add NOLOCK hint to SQL queries.
Comments