The release notes for 4.0.3 say: "GRANT Statement should have list of USERS" I guess the keyword there is
should.
Given:
GRANT SELECT ON dbo.<table> TO <cursor>
It brings up suggestions, and it includes some of the users of the DB, but not all of them. (It appears to only show SQL users not Windows users or Groups.)
It is a step in the right direction...
Given:
It brings up suggestions, and it includes some of the users of the DB, but not all of them. (It appears to only show SQL users not Windows users or Groups.)
It is a step in the right direction...