“could not find stored procedure”

后端 未结 10 1138
死守一世寂寞
死守一世寂寞 2020-12-20 11:43

I am maintaining a classic ASP website that has a SQL Server 2005 backend. For a small piece of new functionality I wrote a stored procedure to do an insert. This is the o

10条回答
  •  自闭症患者
    2020-12-20 12:05

    You may need to check who the actual owner of the stored procedure is. If it is a specific different user then that could be why you can't access it.

提交回复
热议问题