MS SQL
...
Database
Snapshot Isolation
enaio redline yuuvis® requires its database to have a snapshot isolation level of "read committed". With the statements in the following two codeblocks you can determine the current snapshot isolation level (1st codeblock) and set the level to the required "read committed" (2nd codeblock).
Dtermine Determine the current snapshot isolation level.
...