Verify “ApplicationIntent=ReadOnly”

Context A client used “ApplicationIntent=ReadOnly”  in their connection string, expecting queries to execute on the secondary read-only replica. Instead, the queries were executed on the primary database, leading them to suspect an Availability Group misconfiguration. Diagnostic To confirm whether the driver sent the read-only intent, we captured the “hadr_read_only_route_preconditions” Extended Event. This event records whether […]

Verify “ApplicationIntent=ReadOnly” Read More »

Streamlining SQL Server management: Report

  This article covers the fourth step in the D-BART method, a structured approach to managing SQL Server environments. What’s in it for you? Proactive insight: Spot unexpected changes in configuration, hardware, or database state before they become problems Stronger foundations: Ensure that automation scripts rely on accurate, verified data Answer with certainty: Give clear,

Streamlining SQL Server management: Report Read More »

Scroll to Top