SQLScriptDomSamples
SQLScriptDomSamples copied to clipboard
Samples showing how to use Microsoft.SqlServer.TransactSql.ScriptDom classes
Hi Arvind, Thank you very much for your samples, they are very helpful in finding how to work with the sql dom. The only thing so far I have found...
I have imported the ScriptDom assemblies into my GitHub project [SQLMonitor](https://github.com/imajaydwivedi/sqlmonitor). Assembly Project path - https://github.com/imajaydwivedi/SQLMonitor/tree/master/TSQLTextNormalizer The feature is accessible using clr function `dbo.normalized_sql_text` inside from with SQLServer post importing...