ISOLATION LEVEL parameter setting
Good morning,
Method(s) to set ISOLATION LEVEL parameter at the database level instead of session and/or transaction level.
We're trying to test out different types of ISOLATION LEVEL but we don't want to change the application code and want to change it at the database level.
Thank you