Tag

NOLOCK

1 views collected around this technical thread.

Hujiang Technology
Hujiang Technology
Sep 18, 2017 · Databases

Understanding the NOLOCK Hint in SQL Server and Its MySQL Equivalent

This article explains what the NOLOCK hint does in SQL Server, why it is used, how it relates to transaction isolation levels, presents practical tests, discusses the relevance of NOLOCK after newer SQL Server versions, and shows why MySQL does not need an equivalent hint, offering guidance on when to apply it.

Isolation LevelMySQLNOLOCK
0 likes · 17 min read
Understanding the NOLOCK Hint in SQL Server and Its MySQL Equivalent