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?
This exercise is part of the course
Transactions and Error Handling in SQL Server
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
