nolock

[1/1]

  1. Understanding "WITH (NOLOCK)" in SQL Server with Code Examples
    Purpose:Avoids blocking: Prevents your query from waiting for other transactions to release locks on data.Improves performance: Can significantly speed up queries in high-concurrency environments