Click here to Skip to main content
15,880,427 members
Articles / Desktop Programming / WPF

Parse Transact SQL to Check Syntax

Rate me:
Please Sign up or sign in to vote.
4.37/5 (13 votes)
12 Jan 2022CPOL13 min read 85.2K   2.2K   35  
How to implement a parse function within a C# WPF application
This article addresses the problem of how to pass some Transact-SQL text to a specified SQL Server instance, and ask it to parse the code, returning any syntax errors.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
South Africa South Africa
I have a bachelor's degree in BCOM Economics and Informatics.

I have worked mainly in the financial services industry, developing and supporting software for major financial institutions.

My main focus is on .Net technologies including C#, WPF, ASP.Net, SQL Server, etc.

Comments and Discussions