Parsing

1 post
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