SQL Server Science
Technical Articles for the DBA / Developer
Home » SQL Server » Page 5

Upgrading Database Compatibility Levels Across a Whole Instance

2026-06-20 · by Hannah Vernon · in configuration

The instance upgrade went perfectly. You moved from SQL Server 2019 to 2022, the installer turned green, the services came back up, and the application connected on the first try. A week later someone asks…

Self-Contained Transaction Scripts in SQL Server: the @debug_only Pattern

2026-06-17 · by Hannah Vernon · in t-sql

A safer alternative to the commented-out COMMIT habit: a @debug_only flag, SET XACT_ABORT ON, a named transaction, and an XACT_STATE guard that never leaves a transaction open.

COMMIT, ROLLBACK, and Autocommit: PostgreSQL Transactions for SQL Server DBAs

2026-06-16 · by Hannah Vernon · in PostgreSQL

SQL Server DBAs lean on the ‘run to the SELECT, then COMMIT or ROLLBACK by hand’ workflow. PostgreSQL’s autocommit, abort-on-error, and plpgsql change the rules. Here is how to get the same safety and diagnostics in psql and pgAdmin.

Idempotent Data Patches in SQL Server: A Change Tracking Pattern for DACPAC Deployments

2026-06-06 · by Hannah Vernon · in t-sql

If you deploy your SQL Server databases with SSDT or DACPACs via SqlPackage, you have probably run into this problem: the schema deployment is repeatable, but the data patches are not. SSDT handles CREATE TABLE,…

Distributed Availability Groups: Architecture, Failover, and the Gotchas Nobody Mentions

2026-06-05 · by Hannah Vernon · in High Availability

A practical guide to SQL Server Distributed Availability Groups, covering architecture, failover mechanics, scripted runbooks, and the FileStream bug that TF 5597 fixes.

SQL Server hierarchyid: A Built-In Alternative to Recursive CTEs

2026-06-04 · by Hannah Vernon · in t-sql

Learn how SQL Server’s hierarchyid data type stores and queries tree structures without recursive CTEs, with practical examples for org charts and hierarchical data.

« Previous 1 … 4 5 6 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