Cannot find the object “XXX” because it does not exist or you do not have permission

前端 未结 13 1071
[愿得一人]
[愿得一人] 2021-01-11 11:23

I\'m getting the following error when calling a stored procedure:

Cannot find the object \"XXX\" because it does not exist or you do not have permission.

I\'

13条回答
  •  走了就别回头了
    2021-01-11 12:00

    I discovered that I had left off the "GO" word after "END" in my stored proc. Altering the Proc and adding back GO fixed this issue for me.

提交回复
热议问题