Apr 20, 2010

How to give Execute Permission to SQL UDF

Generally when UDF created to online(web) database
then Execute Permission is needed for each functions.

e.g.
Grant Execute on dbo.function_name to [public]

No comments:

Post a Comment