Reputation: 48537
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
Reputation: 754278
Check two things:
1 - is the Intellisense enabled under Tools > Options:
2 - does refreshihg the local cache help??
Upvotes: 6
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
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
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