Skip to content

Commit c6c39fe

Browse files
added EoP warning to ddl_admin
1 parent 95cbaad commit c6c39fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/relational-databases/security/authentication-access/database-level-roles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ helpviewer_keywords:
3434
- "groups [SQL Server], roles"
3535
author: VanMSFT
3636
ms.author: vanto
37-
ms.reviewer: ""
37+
ms.reviewer: "andreas.wolter"
3838
ms.custom: FY22Q2Fresh
3939
ms.date: 12/16/2021
4040
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
@@ -70,7 +70,7 @@ For a list of all the permissions, see the [Database Engine Permissions](https:/
7070
|**db_securityadmin**|Members of the **db_securityadmin** fixed database role can modify role membership for custom roles only and manage permissions. Members of this role can potentially elevate their privileges and their actions should be monitored.|
7171
|**db_accessadmin**|Members of the **db_accessadmin** fixed database role can add or remove access to the database for Windows logins, Windows groups, and [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] logins.|
7272
|**db_backupoperator**|Members of the **db_backupoperator** fixed database role can back up the database.|
73-
|**db_ddladmin**|Members of the **db_ddladmin** fixed database role can run any Data Definition Language (DDL) command in a database.|
73+
|**db_ddladmin**|Members of the **db_ddladmin** fixed database role can run any Data Definition Language (DDL) command in a database. Members of this role can potentially elevate their privileges by manipulating code that may get executed under high privileges and their actions should be monitored.|
7474
|**db_datawriter**|Members of the **db_datawriter** fixed database role can add, delete, or change data in all user tables.|
7575
|**db_datareader**|Members of the **db_datareader** fixed database role can read all data from all user tables and views. User objects can exist in any schema except *sys* and *INFORMATION_SCHEMA*. |
7676
|**db_denydatawriter**|Members of the **db_denydatawriter** fixed database role cannot add, modify, or delete any data in the user tables within a database.|
@@ -175,4 +175,4 @@ GO
175175
- [Security Functions (Transact-SQL)](../../../t-sql/functions/security-functions-transact-sql.md)
176176
- [Securing SQL Server](../../../relational-databases/security/securing-sql-server.md)
177177
- [sp_helprotect (Transact-SQL)](../../../relational-databases/system-stored-procedures/sp-helprotect-transact-sql.md)
178-
- [Server roles in Azure SQL Database](/azure/azure-sql/database/security-server-roles)
178+
- [Server roles in Azure SQL Database](/azure/azure-sql/database/security-server-roles)

0 commit comments

Comments
 (0)