vote up 8 vote down star

New version of Management Studio (i.e. the one that ships with SQL Server 2008) finally has a Transact-SQL IntelliSense feature. However, out-of-the-box it only works with SQL Server 2008 instances.

Is there some workaround for this?

flag

5 Answers

vote up 7 vote down

There's no known trick 'in the wild' for getting around this, other than using CTP-6 of SQL Server 2008 (in favour of the RTM).

the reasons for removing backward compatability (and a lot more discussion besides) are provided at the relevant feedback in microsoft connect.

edit: sorry i don't know where this ctp is available, if at all

link|flag
Why the emphasis on 'in the wild'. Is there some top secret way to enable it? – Alex Argo Sep 11 '08 at 18:28
vote up 1 vote down

Has anyone tried either patching SSMS not to check the version (perhaps try looking at the binary differences between CTP 6 and RTM?), or patching SS 2005 to pretend to be 2008?

Unclean, I know, but I don't see any other way.

link|flag
vote up 0 vote down

Red Gate Sql Prompt at http://www.red-gate.com/products/SQL_Prompt/index.htm provides intellisense and more for MS SQL

link|flag
vote up 0 vote down

Agreed. My team and I use SQL Prompt and it's a valuable tool. Download a trial and try it for yourself.

link|flag
vote up 0 vote down

@(anybody suggesting non-free alternatives):

I know SQL Prompt is great, I tried it, but unfortunately I am stuck with Management Studio and freeware tools.

link|flag

Your Answer

Get an OpenID
or

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