A collection of SQL Server tools and utilities I've created to make database work easier.

Snippets

Reusable scripts for common SQL Server tasks. Each snippet is also available as an inline reference from related posts.

  • Parse TSQL Stack - parse the tsql_stack XML from an Extended Events session into a readable call stack
  • XE Watch Live Data - create a live-streaming XE session with no file target

TSQL Visualizer

An interactive tool for visualizing TSQL syntax trees using the ScriptDom parser.

Launch TSQL Visualizer