I acutally found how to do it, by selecting the stored Procedure and from the properties tab setting the execute permission, however the user still need to be able to modify the SP. Any other ideas. The user of the SP is dbo and we do not want to make the user the owner of the SP because this can cause problems in the end, when a user leaves or need to be deleted.
Thanks