All column names in my view are underlined in red in SSMS

后端 未结 2 609
渐次进展
渐次进展 2020-12-31 03:42

I created the view View_DefectDaysOutstanding3. when I select to see the data, it gives the data, but why in the select statement all the fields are underlined in red as err

相关标签:
2条回答
  • 2020-12-31 04:21

    Have you refreshed your Intellisense cache?

    Keyboard shortcut: Ctrl + Shift + R

    Or, using the menu: Edit -> IntelliSense -> Refresh Local Cache

    0 讨论(0)
  • 2020-12-31 04:32

    Go to Edit > IntelliSense > select "Refresh Local Cache".

    You need to refresh your cache after you create new tables/add columns/ new views etc

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