SQL Server Corruption: NOLOCK and Corruption
Over the years I have documented many of the concepts around corruption repair. Want to find out more, check out the corruption category at by blog. NOLOCK is a query hint in SQL Server that allows a SELECT statement to read data from a table without acquiring a shared lock on it. This means that the query can read uncommitted …