Install our extension to search inside any video instantly.

Office Hours: Open Database Q&A in Las Vegas

Added:
182 views17likes31:05BrentOzarUnlimitedOriginal Release: 2026-07-21

HADR sync commit waits in SQL Server occur when the primary database must wait for a synchronous secondary to complete log writes, typically caused by either the secondary being too slow (due to hardware limitations or backup operations) or the primary generating changes at an excessively high rate (such as during index rebuilds or ETL jobs). To diagnose this issue, DBAs should use DMIO virtual file stats to compare data written to disk before and after the problematic time window, identify any backup operations running on the sync secondary during the affected hours, and check for noisy neighbor syndrome from other workloads sharing the same storage infrastructure.