Skip to content

Commit f749d8f

Browse files
Merge pull request #34870 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-01 17:30 UTC
2 parents 3e96abc + 7c001e1 commit f749d8f

File tree

2 files changed

+184
-197
lines changed

2 files changed

+184
-197
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: SQL Server provides several roles that are security principals that
44
author: VanMSFT
55
ms.author: vanto
66
ms.reviewer: randolphwest
7-
ms.date: 02/28/2025
7+
ms.date: 07/31/2025
88
ms.service: sql
99
ms.subservice: security
1010
ms.topic: conceptual
@@ -74,7 +74,7 @@ The following table shows the fixed database roles and their capabilities. These
7474
| **db_datawriter** | Members of the **db_datawriter** fixed database role can add, delete, or change data in all user tables. In most use cases, this role is combined with **db_datareader** membership to allow reading the data that is to be modified. |
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 can't add, modify, or delete any data in the user tables within a database. |
77-
| **db_denydatareader** | Members of the **db_denydatareader** fixed database role can't read any data from the user tables and views within a database. |
77+
| **db_denydatareader** | Members of the **db_denydatareader** fixed database role can't read any data from the user tables and views within a database. Members of this role also can't read metadata about the database and its objects, such as viewing system views. |
7878

7979
The permissions assigned to the fixed database roles can't be changed. All roles (including the `public` role) have the CONNECT permissions. The following figure shows the permissions assigned to the fixed database roles:
8080

0 commit comments

Comments
 (0)