No sync script actions to remove with grant option from role
crokusek
Posts: 5
Just a note that when the "With grant option" is in the right pane, the deployment script does not perform any action and cannot sync.
LeftSide
GRANT DELETE TO [SomeRole]
RightSide
GRANT DELETE TO [SomeRole] WITH GRANT OPTION
Perhaps this is also an issue within SQL Server itself because for the case I was testing the grant option is not honored anyway.
LeftSide
GRANT DELETE TO [SomeRole]
RightSide
GRANT DELETE TO [SomeRole] WITH GRANT OPTION
Perhaps this is also an issue within SQL Server itself because for the case I was testing the grant option is not honored anyway.
Comments
I tried setting up a replication of this myself, and the output script contains the following (which I'm hoping is correct?)
What version of SQL Compare are you working with? Also, have you got the option selected to "Ignore permissions" by any chance?
Redgate Software
I do not have Ignore Permissions or User's permissions and role memberships selected.
( I may not be able to help much more on this issue right now... )
Redgate Software