April 12, 2005 at 12:48 am
I am looking for a program that will reformat T-SQL code according to some readable, useable standard. Does anyone know of a tool? There is a tool from Quest software, but that works great only with PL/SQL
April 12, 2005 at 1:37 am
A website that works well for this is http://www.sqlinform.com. Paste in your SQL and it formats it nicely.I've been using this for over a year, and it works quite well. Primarily I use it for generated SQL from report builders or from web pages.
Of course, there's always the risk of exposing your SQL statements to an outside source. I wouldn't suggest using this for anything that contains passwords or other sensitive data....
Scott Thornburg
April 12, 2005 at 1:46 am
Thanks a ton, Scott. It seems to be a great tool.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply