Is there a way (or existing library, not necessarily built into .NET) in C# that performs simple SQL string validation?
Scenario: Building update statement to reduce load on SQL load vs. individual statements. In case the string build does something "odd", like ending with a comma for instance, I'd like to be able to validate that the string is correct.