Hi Everyone,
I need to grant a SQL user select permissions on all the table-valued functions and then execute on all the scalar-valued functions in a database. I've use a cursor to loop through each stored procedure before but can't seem to figure out how to do something similar for functions. Can anyone assist me with this?
Thanks!
Flea