Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Intellisense Not working

Author  Topic 

suriyarupa
Starting Member

19 Posts

Posted - 2013-03-14 : 05:02:14
Intellisense is not working in SQL server 2008. I checked whether it is enabled or not. It is enabled. But it is not working. Why? How to make it to work?

prett
Posting Yak Master

212 Posts

Posted - 2013-03-14 : 06:12:29
Please make sure some points:

1) you are connected to SQL Server 2008 Edition.
2) IntelliSense should be enabled
3) IntelliSense should be refreshed with the latest changes in database.

For more information, Please check this link: http://blog.sqlauthority.com/2009/03/31/sql-server-2008-intellisense-does-not-work-enable-intellisense/
Go to Top of Page

ahmeds08
Aged Yak Warrior

737 Posts

Posted - 2013-03-14 : 08:41:03
check this
http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/185812ce-442d-4e73-8daf-d8f9b3372361/
Go to Top of Page

suriyarupa
Starting Member

19 Posts

Posted - 2013-03-14 : 09:01:19
Thanks for ur reply.

My version is SQL Server 2008 R2. Intellisense is already enabled. But still its not working.
Go to Top of Page

prett
Posting Yak Master

212 Posts

Posted - 2013-04-04 : 05:48:28
Have you tried all the steps available in the suggested article?
Go to Top of Page

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2013-04-04 : 11:56:00
First thing I do with any new SSMS installation is disable intellisense.
Go to Top of Page
   

- Advertisement -