Click here to Skip to main content
15,887,328 members
Please Sign up or sign in to vote.
1.80/5 (3 votes)
See more:
I am using Sql server 2008r2 for Database. Intellisense is not working. What i want to do?

What I have tried:

I tried, Intellisense Enabled, it is not working. Tools -> options -> Text Editor -> Transact Sql -> Intellisense. It is also not working.
Posted
Updated 1-Feb-17 23:31pm

1 solution

Check following points-
-- Make sure you are connecting to a database created with SQL Server 2008 or later
-- If you have recently upgraded to Visual Studio SP1 then check following link-
FIX: The IntelliSense feature in SSMS 2008 R2 may stop working after you install Visual Studio 2010 SP1[^]
--Try refreshing local cache. To do that hit Ctrl+Shift+R
or go to Edit -> IntelliSense -> Refresh Local Cache
--if nothing works, try upgrading to latest SQL Server service packs

Hope, it helps :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900