Nolock read as ‘No Loco’

In the StackOverflow2013 database all users with the DisplayName not equal to ‘alex’ are update with a long location. SQL Server has to fit the data on pages and shuffles data around. If we do not care about the exact…

Row versioning versus Locking Isolation Levels

/* Isolation Levels */ /*In SQL Server, isolation levels can be broadly categorized as locking, row versioning, and Read uncomitted. Locking Isolation Levels: Row Versioning Isolation Levels: Uncategorized: Locking Isolation Levels: The locking isolation levels work directly with data in…