SQL Query Builder/Designer and code Formating
Posted
by
DavRob60
on Programmers
See other posts from Programmers
or by DavRob60
Published on 2011-03-21T14:27:35Z
Indexed on
2012/09/20
15:50 UTC
Read the original article
Hit count: 397
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?
© Programmers or respective owner