|
While creating groups, ensure that you do not use spaces or other special characters. For more information, refer the following link. https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers?view=sql-server-ver15.
|
|
To grant access to users under nested groups, you must perform the following:
1. Create a server login for each nested group under the main group. See Creating server logins for users and groups (Model Explorer).
2. Add the nested group as a database principal to each database where user permissions are derived from that group. See Adding principals to a database (Model Explorer).
|