Grant Execute

  • I am try to issue the following statement;

    GRANT EXECUTE ON mystoredproc TO myrole

    I get an error invalid object; yet mystoredproc is in sysobjects as a procedure and myrole is valid as I grant some selects on tables to it without problem. Any suggestions would be helpful as this problem is making me feel dumb.

  • Who is the owner of the object?

    Check if it is not dbo.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply