Viewing 2 posts - 1 through 3 (of 3 total)
You can do justGRANT EXECUTE TO [Domain\ADGroup]But you may not really want to do that.
You can do just
GRANT EXECUTE TO [Domain\ADGroup]
But you may not really want to do that.
This is what I was doing with this:
USE DB1GOGRANT...
March 4, 2022 at 8:00 pm
#3993345
I did try the GRANT on SCHEMA but alas it did not work. When I then try to GRANT EXECUTE, on the StoredProc to another user, under the users context...
March 4, 2022 at 7:58 pm
#3993342