SQL Server



Accelerated Database Recovery in SQL Server

Accelerated Database Recovery (ADR) is one of the most impactful engine changes introduced with SQL Server 2019. The goal of ADR is to dramatically reduce database recovery and rollback time, even in the presence of long‑running transactions.  What Is Database Recovery?  In a previous post, I discussed the SQL Server Restore and Recovery…



Query Optimizer Phases

The SQL Server Query Optimizer uses cost-based optimization to create an execution plan with the least cost.




Azure Data Engineer

John Deardurff passed the DP-200 and DP-201 exam for the Microsoft Certified: Azure Data Engineer certification.



Task Execution Model

Explore the Task Execution Model used in the Database Engine for efficient CPU thread scheduling and task management.