When using the Custom Query or the Query Data activities in Workflow, do they set the Isolation Level to Read Uncommitted or just use the SQL default of Read Committed? I know with the Custom Query activity Read Uncommitted can be added as part of the query, just wanted to make sure I was thinking about it correctly.
The same question goes for queries from Forms, does it use the default Read Committed or do its queries just use Read Uncommitted?
If the answer to either of these is that it uses the SQL default of Read Committed, are there any plans to be able to set them individually to Read Uncommitted?