If you want to grant a user on a function/procedure, it can be used just like here;
grant execute on [ function name ] / [ procedure name ] to [ user_name] ;
It is also possible to grant all users to execute function/procedure by this code below;
grant execute on [ function name ] / [ procedure name ] to public;
Hiç yorum yok:
Yorum Gönder