Tag: sql server

Community

SQL Server NOLOCK Hint

(Richard Carr) Where locking causes problems with queries it can be useful to execute those queries with the NOLOCK hint. This specifies that a query should ignore existing locks and create no data locks. However, the hint introduces the potential of data corruption.