Re: Stored procedure question

Steve Baumgarten <[email protected]> Tue, 30 May 2006 22:29:33 -0400
Newsgroups gmane.comp.lang.perl.modules.dbi.sybase
Message-ID <[email protected]>
Alan Olsen wrote:

 > I have a bunch of sybase stored procedures that I did not write, but I
 > have to maintain.  The author had a "unique" style of indentation.  (I
 > think it involved a variable width font, among other things.)

This web site will do what you want:

http://www.sqlinform.com/

Just copy the offending SQL, paste into a Java applet (which runs in 
your browser, so there's nothing to download) and back comes 
pretty-printed SQL.

SBB