I want to validate my SQL Syntax (check whether its grammatically correct), so that I don't have to hit DB just to check syntactical correctness. Microsoft C# provides TSQL100Parser class for SQL Server queries.
Is there any way to do this ? I am using C#.
Is there any way to do this ? I am using C#.