SQL Server Science

Technical Articles for the DBA / Developer

Home

SQL Server HA and DR Options: A Field Guide

2026-07-12 · by Hannah Vernon · in High Availability

Log shipping, replication, mirroring, FCIs, and Availability Groups compared: what each protects, sync vs async, failover, editions, and versions.

Can You Actually Downgrade to Standard Edition? Ask the Database First

2026-07-11 · by Hannah Vernon · in configuration

Since SQL Server 2016 SP1, sys.dm_db_persisted_sku_features over-reports edition features. How to read it before downgrading to Standard.

Catching Slow File I/O with a Filtered Extended Events Session

2026-07-10 · by Hannah Vernon · in extended-events

file_read_completed and file_write_completed fire on every I/O. Filter on duration to capture only the slow ones, then shred to name the file.

Mining the system_health Session You Already Have

2026-07-09 · by Hannah Vernon · in extended-events

The system_health session runs by default and writes .xel files. Read the event file, shred the XML, and mine the diagnostics on disk.

A Lightweight Error Audit with Extended Events

2026-07-08 · by Hannah Vernon · in extended-events

Capture error_reported in Extended Events, filter the backup and informational noise at the session, and triage real errors by severity.

Blocked Process Reports: From Capture to Root Cause

2026-07-07 · by Hannah Vernon · in extended-events

Enable the blocked process threshold, capture blocked_process_report in Extended Events, and shred the XML into a blocker and blocked view.

1 2 … 43 Next »

Search

Categories

  • AI for DBAs
  • announcements
    • events
  • basics
    • localization
  • configuration
  • Data Architecture
  • DMVs
  • documentation
  • extended-events
  • Git for DBAs
  • High Availability
  • Hot Takes
  • Internals
  • maintenance
    • patching
  • Opinion
  • performance
  • PostgreSQL
  • Professional Development
  • recovery
  • reporting
  • security
    • data security
  • service broker
  • SQL Server Agent
  • statistics
  • sys
  • t-sql
    • xml
  • tools
    • data masking
    • wsus
  • troubleshooting
  • Uncategorized

Pages

  • About SQL Server Science
  • Get Better Help with a Minimal, Complete, and Verifiable Example, or MCVE
  • Privacy Policy

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.

To find out more, including how to control cookies, see here: Cookie Policy

Copyright © 2026 SQL Server Science