Skip to content

Commit a635550

Browse files
committed
User Feedback 405120 - Fix incorrect table per UUF feedback
1 parent 275184a commit a635550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/wwl-data-ai/configure-database-authentication-authorization/includes/4-describe-security-principals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ For Azure SQL Database, there are a few nuances. You can have logins that exist
106106

107107
| Database Role | Definition |
108108
|------------|-------------|
109-
|**dbmanager** | Allows members to create logins for the database server. This role is the equivalent of the `dbcreator` fixed server role in an on-premises Microsoft SQL Server. |
110-
|**loginmanager** | Allows members to create and delete databases for the database server. This role is the equivalent of the `securityadmin` fixed server role in an on-premises Microsoft SQL Server. |
109+
|**loginmanager** | Allows members to create logins for the database server. This role is the equivalent of the `dbcreator` fixed server role in an on-premises Microsoft SQL Server. |
110+
|**dbmanager** | Allows members to create and delete databases for the database server. This role is the equivalent of the `securityadmin` fixed server role in an on-premises Microsoft SQL Server. |
111111

112112
## Fixed server-level roles
113113

0 commit comments

Comments
 (0)