Locking-Based Isolation at SQL Server
Introduction
In the SQL world, a transaction is a unit of work that include single or multiple operations that query or modify data of a database, transforming the database from one consistent state to another.
To achieve this consistency and guarant...
mayallo.hashnode.dev9 min read