I need to create an SQL formatter in C#. Could anyone point me to some resources on the net? Do I need to implement a full-fledged parser, or is there an easier way to do it?
Yup, if you can parse it you can format it.
Lex Li
2009-12-22 07:13:49