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

后端 未结 2 611
渐次进展
渐次进展 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: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

提交回复
热议问题