SQL Server: Invalid Column Name

前端 未结 13 967
一个人的身影
一个人的身影 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:16

    I had a similar problem.

    Issue was there was a trigger on the table that would write changes to an audit log table. Columns were missing in audit log table.

提交回复
热议问题