GRANT EXECUTE

  • Hi all

    I ran a grant execute to [Domain\ID] at a database scope to grant the account the ability to execute SPs . I then thought I would look at the properties of the proc and in the permissions screen I was expecting to see the account with Execute granted, but it is not there.

    Why is this?

    Thanks

  • What is the exact command that you ran?

    John

  • This is down to the scope and inheritance, as you granted the permissions at the database level not the procedure level, so you wont see it at the lowel level as you have not implicitly granted access to that particular proc.

  • Ahhh ok - thanks

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply