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.