The Dirty Secrets of NOLOCK (50 minutes)
February 1, 2018

What happens when you use NOLOCK hints in your code, or set your isolation level to READ UNCOMMITTED in SQL Server?
Learn the dirty secrets and potential uses of NOLOCK. In this course, you’ll learn what NOLOCK means, why NOLOCK can return incorrect results (and other problems), what allocation order scans are (and how to get them), and other risks and options for reading uncommitted data.