I have a SQL function that is only called from inside another stored procedure. I have granted EXECUTE rights for the stored procedure that calls the function.
Do I need to grant EXECUTE permissions to the function as well?
EDIT
In response to the comment from @AaronBertrand
The function does not access any other objects in the database. It is used to build a string.