SQL Server Ignore Users Permissions And Role Memberships Setting
Published 15 January 2025
Description
When role-based security is used, object permissions are assigned to roles, not users. If this option is selected, object permissions are compared and deployed only for roles, and members of roles that are roles. Users' permissions and role memberships are ignored.
Type
Boolean
Default
true
Usage
This setting can't be configured other than in a TOML configuration file.
Flyway Desktop
This can be set from the comparison options settings in SQL Server projects.
TOML Configuration File
[redgateCompare.sqlserver.options.ignores]
ignoreUsersPermissionsAndRoleMemberships = true