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

前端 未结 13 1092
[愿得一人]
[愿得一人] 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:03

    I meet this issue too. In my case, I granted execution permission just after creating stored procedure. And there is no 'GO' between the two statements. I added GO, and it works.

提交回复
热议问题