SQL Server Invalid Column name after adding new column

后端 未结 1 495
臣服心动
臣服心动 2020-12-12 19:32

I just added an identity column to an existing table with data through the SSMS Designer, the table updates fine and I can run a select query against it success

相关标签:
1条回答
  • 2020-12-12 20:07

    you can either

    • Press Ctrl+Shift+R

    OR

    • Go to Edit >> IntelliSense >> Refresh Local Cache
    0 讨论(0)
提交回复
热议问题