SQL Management Studio - Intellisense

Markus Freitag 3,786 Reputation points
2022-01-12T17:06:04.967+00:00

Hello,

It seems there is an error. Red wavy line.
When I click on Intellisense they are gone.

Is there somewhere I can set it correctly?

164394-intellisense77.png

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,732 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,552 questions
0 comments No comments
{count} votes

Accepted answer
  1. Seeya Xi-MSFT 16,436 Reputation points
    2022-01-13T02:33:50.487+00:00

    Hi @Markus Freitag ,

    Welcome to Microsoft Q&A!
    If it's not your statement's fault, then please click Edit ->IntelliSense->Refresh Local Cache (or <Ctrl+Shift+R>) for refreshing in a timely matter.

    When I click on Intellisense they are gone.

    You just turned off this IntelliSense feature, and it doesn't mean anything.
    If flushing the cache doesn't work, you can check if your SSMS is the latest version (18.10), if not, try installing the latest version.
    Check SSMS: Click Help->About
    Download SQL Server Management Studio (SSMS) 18.10: https://aka.ms/ssmsfullsetup
    See: https://learn.microsoft.com/en-us/sql/ssms/release-notes-ssms?view=sql-server-ver15#whats-new-in-1892
    164581-image.png
    I still recommend you to install the latest version (18.10) which contains more fixes.

    Best regards,
    Seeya


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Olaf Helper 40,816 Reputation points
    2022-01-13T06:39:33.7+00:00

    Is there somewhere I can set it correctly?

    IntelliSense in SSMS work more or less well, also because of the unlogic grammatic of SQL.
    It caches information, but don't get it when you create new objects with plain T-SQL. In that case you have to refresh the cache.
    In German SSMS it is "Bearbeiten" => "IntelliSense" => "Lokalen Cache aktualisieren".

    I tend to simply ignore it.

    1 person found this answer helpful.
    0 comments No comments

  2. Viorel 112.2K Reputation points
    2022-01-12T18:05:50.777+00:00

    If the problem is still reproducible, then try pressing <Ctrl+Shift+R> and wait few seconds. Also re-enable the IntelliSense using the menu.

    0 comments No comments