SQL Query Builder/Designer and code Formating
- by DavRob60
I write SQL query every now and then, I could easily write them freehand, but sometimes I do create SQL queries using SQL Query Designers for various reason. (I wont start to enumerate them here and/or argue about their usefulness, so let's just say they are sometime useful.)
Anyway, I currently use 2 Query Designers :
SQL server management studio's Query Designer.
Visual Studio 2010's Query Builder (must often within the Table adapter Query Configuration Wizard.)
There's something I hate about those two (I don't know about the others), it's the way they throw away my Code formatting of SQL queries after an edit.
Is there any way to configure something to automatically reformat the SQL output or is there any external tool/plug-in that I could use to do that job?