I\'m having problems executing a function.
Here\'s what I did:
You can give everybody execute permission:
GRANT Execute on [dbo].your_object to [public]
"Public" is the default database role that all users are a member of.