Is there a way to specify the transaction isolation level when Crystal Reports queries a SQL Server 2005 database without resorting to any of the following:
- Encapsulating the report's query in a stored procedure that executes
SET TRANSACTION ISOLATION LEVEL...
before the query itself - Hand-writing the SQL query in Crystal Reports to execute
SET TRANSACTION ISOLATION LEVEL...