EXECTE permission on function

  • Hi,

    HOw to grant execute permission to all "FUNCTIONS" on the database for particular "USER" ?

    please provide the script or command to do that.

    Thanks,

  • Create a Role using CREATE ROLE

    Then grant execute on the functions to the role GRANT EXECUTE ON .... TO rolename

    Then add the user to the role sp_addrolemember rolename, username

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

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