question

jhunu avatar image
jhunu asked

Select execute permission

what is script to Grant below permissions for stored procedure for user 'xxx' and 'domain\xxx' Select permission Execute permession
permissions
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Kev Riley avatar image
Kev Riley answered
You don't grant select permissions on stored procedures, but on tables and views. To grant EXECUTE use: grant execute on YourProc to TheUser
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.