Quantcast
Channel: Questions in topic: "database-objects"
Viewing all articles
Browse latest Browse all 22

cannot execute function/stored procedure but can see it

$
0
0
Developer can see a function and store procedure but cannot execute. Any suggestion on how to fix? The developer group they are a member of has the RWX permissions on the database and the two objects. He gets this error: `The EXECUTE permission was denied on the object 'function_name', database 'db_name', schema 'schema_name' ` and `Msg 229, Level 14, State 5, Procedure [stored_procedure_name], Line 1 The EXECUTE permission was denied on the object 'stored_procedure_name', database 'db_name', schema 'schema_name'`

Viewing all articles
Browse latest Browse all 22

Trending Articles