Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/t-sql/statements/alter-authorization-transact-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Instead of using Azure AD users as individual owners of the database, use an Azu
```

Now the `mydbogroup` members can centrally manage the database as members of the **db_owner** role.
- When members of this group are removed from the Azure AD group, they automatically loose the dbo permissions for this database.
- When members of this group are removed from the Azure AD group, they automatically lose the dbo permissions for this database.
- Similarly if new members are added to `mydbogroup` Azure AD group, they automatically gain the dbo access for this database.

To check if a specific user has the effective dbo permission, have the user execute the following statement:
Expand Down