The EXECUTE permission was denied on the object 'xxxxxxx', database 'zzzzzzz', schema 'dbo'

后端 未结 14 1822
梦谈多话
梦谈多话 2020-12-02 05:18

I\'m having problems executing a function.

Here\'s what I did:

  1. Create a function using SQL Server Management Studio. It was successfully created.
14条回答
  •  星月不相逢
    2020-12-02 05:34

    If you make this user especial for a specific database, then maybe you do not set it as db_owner in "user mapping" of properties

提交回复
热议问题