Neil Knight
Neil Knight

Reputation: 48537

SQL Server 2008 intellisense no longer working

I installed SSMS Tools and now my intellisense isn't working. Is there a reset settings, like for VS (devenv /resetsettings)?

Upvotes: 3

Views: 2065

Answers (4)

marc_s
marc_s

Reputation: 754278

Check two things:

1 - is the Intellisense enabled under Tools > Options:

alt text

2 - does refreshihg the local cache help??

alt text

Upvotes: 6

Ran Ever-Hadani
Ran Ever-Hadani

Reputation: 322

I had the same problem, and it turned out the machine was running out of disk space. Added space, and the problem went away.

Upvotes: 0

Neil Knight
Neil Knight

Reputation: 48537

Ok, so after all the help from Barry, I had to repair the installation from the DVD and now I have intellisense back. This worked for me, but Barry's may work for others.

Upvotes: 0

codingbadger
codingbadger

Reputation: 43974

If you right click in a the query window there is an option to enable the Intellisense.

What about running

SSMS.EXE /selfreg /setup

in a command prompt

Upvotes: 1

Related Questions