I'm looking for a tool that that I can use to clean up (formatting, tabs etc...) my stored procedures and views. Is there anything like html's tidy, but for SQL which is free/open source?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Three years later, I'd just like to round out this question with two options that seem to be missing, and I think are both more appropriate than most options listed so far:
I believe either of these makes more sense than any of the previous answers because the other options provided are:
|
|||
|
|
|
ssmstools is useful |
|||
|
|
|||||||||
|
|
I use Instant SQL Formatter occasionally, it does the job for me. |
|||
|
|
|
You could try the free Simple Talk Prettifier: http://www.simple-talk.com/prettifier/ It's basic but might satisfy your requirements. |
|||
|
|
|
an ssms 2005/2008 addin: http://code.google.com/p/sqlformat/ it lacks some features but it is very a good start |
|||
|
|
|
This may or may not help. I haven't tried it. http://search.cpan.org/~jkramer/SQL-Beautify-0.04/lib/SQL/Beautify.pm |
|||
|
|