Stairway to ScriptDOM
Welcome to the Stairway to ScriptDOM, a .NET library for parsing T-SQL Code. In this Stairway Series you will learn about the power of ScriptDOM, where to find it, and how to write code in PowerShell that uses the library.
- Get an introduction to the Stairway Series and learn about the power of the ScriptDOM library.
- In this level of the Stairway to ScriptDOM, we examine the way the tool parses scripts and creates tokens from the text.
- Learn how you can query for patterns in the Abstract Syntax Tree to analyze your code.
- This level of the Stairway to ScriptDOM looks at finding more complex instance of anti-patterns in your code.