Why is SQL Server 2008 Management Studio Intellisense not working?

前端 未结 17 1297
时光说笑
时光说笑 2020-11-29 16:05

I\'m being driven to insanity trying to figure out why Intellisense just fails to work at all. The server I\'m using is local and is 2008, the database is set to 2008 compat

相关标签:
17条回答
  • 2020-11-29 16:41

    I'm posting this here as I am sure more people will be comeing across this issue. I installed Security Update for microsoft Visual Studio 2010 Service Pack 1 (KB2565057) and lost Intellisense in SQL Server Management studio 2008 (not R2).

    An uninstall of the SP restored Intellisense .. Don't you just love Microsoft????

    0 讨论(0)
  • 2020-11-29 16:43

    I've had the same problem too. Searched everywhere online and can't find a solution. I did install Redgate's SQL Prompt which functions similarly to Intellisense, so maybe there was a conflict. I've since stopped the Prompt from running, but now no intellisense at all. Using SQL Server 2008 will SQLCMD mode off, no luck at all. This has happened before, a reinstall of SQL Server was the only thing that I could get to work.

    0 讨论(0)
  • 2020-11-29 16:44

    I tried all the fixes - taking databases offline and then bringing them online, installed Cumulative update 10, repaired SQL Server Installation, refreshed local cache, made changes to the required settings on SQL Server Management Studio but everything was in vain. Finally installing the correct service pack (SP1) did the trick for me !

    Follow the link below, and download SQLServer2008R2SP1-KB2528583-x86-ENU.exe (or the x64 file for a x64 bit instance of SQL Server)

    http://www.microsoft.com/download/en/details.aspx?id=26727

    Finally i have Intellisense enabled !

    0 讨论(0)
  • 2020-11-29 16:45

    I don't want to suggest a product out of turn, since getting Intellisense running is probably the best option, but I've struggled with the accursed no intellisense on Management Studio for months. Reinstallation, CU7 update, refreshing caches, sacrificing chickens to pagan gods; nothing has helped.

    I was about to pay for RedGate's SqlPrompt (pretty damned pricey, $195 US), when I found SqlComplete.

    http://www.devart.com/dbforge/sql/sqlcomplete/?gclid=CN2xs_Lw7akCFcYZHAodpicXXw

    There is a free version which does the basics, and the full version is only $50!

    I'm a database architect, and while I can remember the commands, auto complete saves me heaps of time. If you're stuck and can't get Intellisense to work, try SqlComplete. It saved me hours of hassle.

    0 讨论(0)
  • 2020-11-29 16:47

    I did all of the above and ultimately gave up. Then one last resort was a third part SQL Intellisense add-on I found SQL Complete Express by devArt.

    It's Intellisense plus more. Intellisense is back and all is well.

    Supports SSMS 2005 - 2012 also includes Visual Studio Add-In.

    SQL Complete

    0 讨论(0)
  • 2020-11-29 16:48

    No need to reinstall.

    Click on the setup file. Then go to maintenance and click on Repair. This should correct the intellisense problem.

    0 讨论(0)
提交回复
热议问题