Comparing WITH (NOLOCK) & READ UNCOMMITTED
Your colleague needs to read some uncommitted data within a transaction. He has to decide whether to use WITH (NOLOCK)
option or the READ UNCOMMITTED
isolation level, but he is not sure about the differences between both options.
Can you help him to clarify the differences between using WITH (NOLOCK)
option and the READ UNCOMMITTED
isolation level?
Este exercício faz parte do curso
Transactions and Error Handling in SQL Server
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
