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?
This is kind of what I'm looking for, but it looks like its an online app, I'd like to have something that I can hook into locally and integrate with an existing application.
Rob
2009-07-07 15:54:00
Website is free to use, but the add-in for SSMS is $40 USD.
Rick
2009-07-07 22:44:48
A:
You could try the free Simple Talk Prettifier:
http://www.simple-talk.com/prettifier/
It's basic but might satisfy your requirements.
David Atkinson
2009-10-27 17:38:46
A:
an ssms 2005/2008 addin: http://code.google.com/p/sqlformat/
it lacks some features but it is very a good start
yioann
2010-04-24 15:39:00