SQL Server Intellisense not working on *some* servers

瘦欲@ 提交于 2019-12-05 23:49:31

问题


Intellisense works... On some of the servers. It's the same Server Management Studio (SQL Server 2008) I'm using to manage the servers but Intellisense doesn't work on one of the newer servers (not sure if other servers have the same issue, as of now I've only encountered this problem on one of the servers).

I checked all the settings etc, but as I said - it does work on some of the servers in SQL 2008 Server Management Studio so it seems like it's limited to this one specific server.

(I wasn't sure if this belonged here. If this post is in the wrong place please move it)


回答1:


This question covers making sure it's enabled, which it sounds like it is (I'm linking it just in case). There also seems to be an installation issue with 2008 and Visual Studio 2010 (also mentioned in that link) sometimes, and this question covers that. We had the same issue on one of 2008 servers, and post an update, it finally worked (solution 2).




回答2:


Apart from some very common reasons (which don't apply here, as you say it's not working only for some servers) listed here: http://msdn.microsoft.com/en-us/library/ks1ka3t6%28v=vs.90%29.aspx

... did you happen to instal VS2010 lately? There's a bug that makes IntelliSense stop workingŁ http://support.microsoft.com/kb/2531482

Also try to refresh IntelliSense cache after you connect to new server (SSMS): Edit>IntelliSense>RefreshLocalCache



来源:https://stackoverflow.com/questions/20379681/sql-server-intellisense-not-working-on-some-servers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!