This past few weeks my company experience high locking and blocking in database which cause performance issue.
After we engage with database expert, they found there different isolation level between database and transaction that AX generate.
The database using Read-Commited Snapshot Isolation Level (RCSI), but the transaction using Read-Commited Isolation Level.
Has anyone know which isolation level that recommended to use ? And why is it recommended ?
And how to change Isolation Level in AX Configuration ?