SQL Server Science
Technical Articles for the DBA / Developer
Home » Archives for Hannah Vernon » Page 3

ADO Doesn’t Mean What You Think It Means

2026-05-07 · by Hannah Vernon · in Hot Takes

You’re in a meeting. Someone says “ADO.” Your brain — conditioned by 20+ years of muscle memory — immediately conjures up connection strings, recordsets, and ADODB.Connection. Then you realize they’re talking about a CI/CD pipeline….

Database Seeding: When to Hit the Table vs. When to Hit the API

2026-05-06 · by Hannah Vernon · in tools

You’ve got a new environment to stand up. Maybe it’s a fresh QA instance, maybe it’s a training environment someone just spun up, or maybe production got rebuilt after a disaster recovery test. Either way,…

Diplomacy Is a Feature, Not a Bug

2026-05-05 · by Hannah Vernon · in Professional Development

I was reviewing some data export files the other day when a colleague flagged a problem. One of the rows in a CSV file was misaligned — columns shifted, extra fields appearing where they shouldn’t….

Pick a Convention and Stick With It

2026-05-04 · by Hannah Vernon · in basics

You know what’s worse than a bad naming convention? Two naming conventions in the same database. I ran into this last week while writing a verification query for a PostgreSQL database. The query is a…

Teaching Your AI Assistant to Remember: Session Checkpoints for Multi-Day Work

2026-05-01 · by Hannah Vernon · in AI for DBAs

If you’ve used an AI coding assistant for anything beyond a quick one-off question, you’ve hit the wall: the conversation context runs out. You start a new session, and the assistant has no idea what…

Lock Escalation, and Why You Shouldn’t Disable It!

2026-04-30 · by Hannah Vernon · in Internals, performance

Lock escalation affects every SQL Server database. Understanding when and why SQL Server escalates row-level locks to table locks and what you can do about it is essential knowledge for any DBA managing concurrent workloads.

« Previous 1 2 3 4 … 34 Next »

Search

Categories

  • AI for DBAs
  • announcements
    • events
  • basics
    • localization
  • configuration
  • DMVs
  • documentation
  • extended-events
  • Git for DBAs
  • Hot Takes
  • Internals
  • maintenance
    • patching
  • performance
  • 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