vote up 1 vote down star
1

SSMS 2008 doesn't have SQL Intellisense when connected to SQL Server 2005! I know of 3 products which enable writing SQL with Intellisense. ApexSQL Edit, Red Gate's SQL Prompt Pro & SQL Assistant. However I am looking for a less expensive solution.

Any ideas?

flag

1  
Cheaper? What about your SQL Server license cost in comparison...? – gbn Aug 22 at 10:23
Developer edition is free. Plus the company pays for the server but doesn't want to pay $$ just to get Intellisense. It's a nice to have feature, not detriment to do any kind work. – Tony_Henrich Aug 22 at 17:31
3  
@John Sansom: 'Less expensive' to 'cheaper'? This type of editing on SO is getting just too anal. – Tony_Henrich Aug 22 at 17:34

4 Answers

vote up 0 vote down check

Embrace Linq and use LinqPad.

Full intellisense using linq on sql servers, fully integrated with c# statements or expressions, for $27.

link|flag
vote up 0 vote down

TOAD for SQL Server is free for shops with 5 users or less.

link|flag
I think Intellisense is not available in the free version. – Tony_Henrich Sep 11 at 5:51
It is - I'm using it currently. – OMG Ponies Sep 11 at 15:39
vote up -1 vote down

If you don't want to pay for an add-in, you could always roll your own (although in the long run it may be cheaper to just pay for an existing solution). Jon Sayce has a good blog post on Building a SSMS Add-In if you want to give it a shot.

link|flag
it will take me weeks or months to roll my own. Of course it's a ton cheaper to buy a commercial product. – Tony_Henrich Aug 22 at 4:36
vote up 2 vote down

Those are pretty much the three choices.

link|flag

Your Answer

Get an OpenID
or

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