tags:

views:

49

answers:

1

I'm looking for a beautifier or reformatter for SQL that is written in C# in order to programmatically beautify my SQL output. It does not need to have colouring, but indention and line breaks would be very nice.

Does anyone know of such a component ?

+1  A: 

The below could be an option for you?

SqlParser

Matt
Do you know an OpenSource alternative?
BitKFu
Even it's not an open source component, I will accept your answer, because I don't think that there are any open source alternative out there ... And no other guy answered to my question ... So thanks for your suggestion.
BitKFu