SQL Server: Invalid Column Name

前端 未结 13 979
一个人的身影
一个人的身影 2020-12-22 23:49

I am working on modifying the existing SQL Server Stored Procedure. I added two new columns to the table and modified the stored procedure as well to select these two column

13条回答
  •  清酒与你
    2020-12-23 00:19

    Following procedure helped me solve this issue but i don't know why.

    1. Cut the code in question given by the lines in the message
    2. Save the query (e.g. to file)
    3. Paste the code to where it was before
    4. Again save the query

    Even if it seems to be the same query executing it did not throw this error

提交回复
热议问题