TheGateKeeper
TheGateKeeper

Reputation: 4520

SQL Server 2008 RC2 Intellisense not working

I have tried everythig. I checked if it is enabled, I installed the hotfix (I already had it), and I just did a repair. I still don't have any intellisence.

What else can I check? This is driving me crazy!!

Upvotes: 0

Views: 670

Answers (3)

jgardner04
jgardner04

Reputation: 382

You can try and refresh the local IntelliSense cache in the Edit->IntelliSense menu.

Upvotes: 1

TheGateKeeper
TheGateKeeper

Reputation: 4520

I did a full reinstall (not repair) and it is working now. It was probably a corrupted install. Hope this saves someone time!!

Upvotes: 1

juergen d
juergen d

Reputation: 204746

Check the following reasons why it might not work:

1 The query window is connected to a downlevel server (e.g. SQL Server 2005), where IntelliSense does not function

2 Maybe you need to install SQL 2008 R2 Service Pack 1 according to here

Upvotes: 2

Related Questions