I monitor database by activity monitor then i see many wait time for lock.
i want solve it by
-change isolation level to READ_UNCOMMITTED
-Select database which it want read and write . turn on READ_COMMITTED_SNAPSHOT
Can i use this solution?
This solution have any affect?
Thank