vote up 0 vote down star
1

I was wondering if there is a plugin/tool for SQL Server Management Studio that will format your SQL?

I'm working with some large-ish stored procs that are a mangled mess of poorly formatted SQL and it'd be nice if I could just go "Select All -> Format SQL"

flag

4 Answers

vote up 1 vote down check

Today I discovered Apex SQL Refactor. It is a free plugin. Integrates with SSMS. Downside is that it is an all or nothing process. It does not refactor as you type.

link|flag
vote up 4 vote down

Red-Gate makes a couple, either Sql Prompt Pro or Sql Refactor. There are a million others out there that do not plug into management studio, but Red-Gate makes the only plugin I know of and it works very well. They also provide intelli-sense and a few other useful features.

http://www.red-gate.com/products/SQL_Prompt/index.htm

link|flag
SLQ Refactor is pretty nice, altho $295 is probably a little out of my price range for this particular project. I'll definately keep it in mind for next time tho – lomaxx Dec 31 '08 at 0:33
The Red Gate SQL Refactor/Prompt. Is quite nice and has handled all my wishes this far. – bjorsig Dec 31 '08 at 0:43
Anyone who uses SQL regularly will save lots of time with this. – Jason Lepack Dec 31 '08 at 1:15
vote up 3 vote down

This is a free, online one: http://www.sqlinform.com/ (requires Java Runtime Environment)

link|flag
This is a good one, based on a few simple queries. – Jason Lepack Dec 31 '08 at 1:17
They also have a downloadable executable. – GluedHands Dec 31 '08 at 20:46
vote up 1 vote down

This one (Gudu Software) is pretty good, works in Mgmt Studio and is pretty cheap. It needs more options in my opinion but haven't used it for a few months, maybe they've added some new features. I was happy with it when I used it. Also has a free online version.

link|flag
this one is more in my immediate price range... thanks – lomaxx Jan 5 '09 at 22:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.