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

I Shaved 156 MB Off My Blog by Converting PNGs to WebP

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

I just shaved 156 MB off my blog. Not the database, not the theme, not some plugin audit. The images. The Problem Nobody Talks About If you use AI to generate featured images for your…

Your AI Agent Is Quietly Corrupting Your SQL Files

2026-05-11 · by Hannah Vernon · in AI for DBAs, tools

AI agents writing T-SQL via PowerShell here-strings produce LF line endings, breaking SSMS and diffs.

SqlPackage, Synonyms, and the Third-Party Database Problem

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

You ask your AI coding agent to generate a T-SQL script. It writes the file. You open it in SSMS. And before you see a single line of SQL, you get this: If you’ve been…

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,…

Inspecting SQL Server TLS Certificates Without Credentials

2026-04-15 · by Hannah Vernon · in security, tools

If you’ve ever needed to check the TLS certificate on a SQL Server instance — whether it’s expired, misconfigured, missing SANs, or just plain self-signed — you’ve probably had to connect with SSMS, run some…

Teaching GitHub Copilot Your T-SQL Coding Standards

2026-04-01 · by Hannah Vernon · in t-sql, tools

If you’re a DBA or database developer using GitHub Copilot CLI, you’ve probably noticed it generates functional T-SQL — but not necessarily T-SQL that matches your team’s coding standards. After several weeks of working with…

« Previous 1 2 3 … 11 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