Tools

5 posts
How I Use AI for Everything Except SQL

How I Use AI for Everything Except SQL

I trusted AI to redesign this blog, be my personal assistant, and organize my life. But I won't let it near a production database. Here's why that's not a contradiction - and what I learned about trust along the way.

Tools 7 min read Productivity
Inspecting TSQL Abstract Syntax Trees

Inspecting TSQL Abstract Syntax Trees

What does SQL Server actually see when it parses your code? I built a free web tool that lets you paste TSQL and explore the abstract syntax tree - click a token, see the node, read the fragment.

Tools 3 min read ScriptDOM ยท Parsing
SSMS: Layout, Options and Hotkeys

SSMS: Layout, Options and Hotkeys

My SSMS setup guide: layout tweaks, essential Options settings, hotkeys I can't live without, and miscellaneous tips for a better SQL Server Management Studio experience.

Tools 9 min read Productivity