Succinctly® Series On The Go
ScriptDOM is a hidden gem buried in the .NET Framework for anyone working with SQL. It's a library that parses SQL code and produces a list of tokens and an abstract syntax tree, allowing you to walk through stored procedures and queries clause by clause to make sure they are sound. In this ebook, author Joseph D. Booth guides you through setting up ScriptDOM in a console application and then using it to inspect SQL statements, identify user-defined functions, flag deviances from company standards, and more.
-
Introduction
-
Getting Started
-
Tokens
-
Statements
-
Visitor Pattern
-
Variables
-
Select Statement
-
Insert Statement
-
Update Statement
-
Delete Statement
-
Functions
-
Set Commands
-
Dangerous Commands
-
Helper Functions
-
Generate Script
-
SQL Versions
-
Interacting with a Database
-
Answers
-
Conclusion
Author
ISBN
978-1-64200-246-1
Published on
October 13, 2025
Pages
98
Category
Tags
Type
Search more than 200 Ebooks
Looking for something specific? Try our title or author search.

