IntelliSense is not working in SQL Server Management Studio

后端 未结 15 1233
醉酒成梦
醉酒成梦 2021-02-02 09:33

We use SQL Server Management Studio 2008 R2. IntelliSense works with SA account perfectly. But it is not working with Windows Authentication user. The user has access master db

相关标签:
15条回答
  • 2021-02-02 10:21

    This may seem too short of an answer, but probably it's the solution to your Problem:

    CTRL+SHIFT+R

    Also, I found this: Troubleshooting IntelliSense (SQL Server Management Studio)

    0 讨论(0)
  • 2021-02-02 10:21

    Issue:

    My SSMS Intellisense was not working. Intellisense was Enabled from the Tools. Refreshed the Intellisense Local cache and still no luck.

    Solution:

    For me, the solution was to increase SQL Server Minimum memory per queryy (in KB). It was set to 1024 KB(1M). I increased it to 100 MB then it solved my problem.

    Disclaimer Notice:

    Please do not make this kind of changes without consulting your DBA and not knowing the resources available on that server. It basically, will allocate that amount of space for every new query window you will open. So, if you set too many users then you have low memory server and you set to something higher then your server might crash.

    Minimum memory per query settings:

    0 讨论(0)
  • 2021-02-02 10:26

    Increasing the Maximum script size under Tools, Options, Text Editor, Transact-SQL, IntelliSense fixed Intellisense for me.

    0 讨论(0)
  • 2021-02-02 10:26

    After installing visual studio or upgrading that, this issue can happen follow the link : what is the problem of IntelliSense in sqI ntelliSense and for solve that you can do this: update sql server by updating to the latest version you can get your solution.

    0 讨论(0)
  • 2021-02-02 10:30
    • if Auto list members and Parameter information boxes are ENABLE, make them disable and then press ok button. After the operation, make the boxes enable again and press ok button.
    • if Auto list members and Parameter information boxes are DISABLE, make them enable and then press ok button.
    0 讨论(0)
  • 2021-02-02 10:31

    I found solution at the end. I installed SQL2008 R2 SP3.

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