What is set isolation to dirty read?
Using the Dirty Read Isolation Level. Use the Dirty Study choice to copy rows from the database whether or no longer there are locks on them. The program that fetches a row locations no locks and it respects none. Dirty Read is the only isolation level accessible to databases that don’t enforce transaction logging. To … Read more