Dec 11, 2020
1
4
Programmatically parsing Transact SQL (T-SQL) with the ScriptDom parser
Azure SQL developers have access to a full-fidelity, highly accurate, and easy-to-use client-side parser for T-SQL statements: the TransactSql.ScriptDom parser. This blog post walks through basic usage, and links to a number of resources for digging deeper.