Tag Archives : SQL Server 2014


SQL Server 2014 – Delayed Durability

Pop quiz: What does ACID stand for? That should be a pretty easy question for database professionals: Atomicity Consistency Isolation Durability It’s that last property, durability, that I want to talk about today. Durability guarantees that, when a transaction is committed, it stays committed. The changes made by that transaction are permanent, even in the […]