SQL
SQL: How to parse Microsoft Transact-SQL Statements in C# and to match the column aliases of a view with its related (dependent) tables.
This is a example on how to use the Microsoft T-SQL parser in C# which is part of the Feature Pack. Microsoft® SQL Server® 2014 Feature Pack: https://www.microsoft.com/en-us/download/details.aspx?id=42295 Microsoft® SQL Server® 2014 Transact-SQL Language Service: Read more…