just checked and - nope, it does stay in the previous mode.
So one can read data into temporary tables in READ UNCOMMITED mode and process it in temporary tables.
The question then is how to ensure data has not changed during that time ? I want something similar to native optimistic locking with version check LOCKTABLE(TRUE,TRUE)
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
So one can read data into temporary tables in READ UNCOMMITED mode and process it in temporary tables.
The question then is how to ensure data has not changed during that time ? I want something similar to native optimistic locking with version check LOCKTABLE(TRUE,TRUE)