Skip to content

Commit d1334d2

Browse files
authored
Updated Remarks section
Added a comment about "sa" sessions not using up the user quota for open sessions.
1 parent 28443fa commit d1334d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-exec-sessions-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Everyone can see their own session information.
109109
If this option is not enabled, these columns will return null values. For more information about how to set this server configuration option, see [common criteria compliance enabled Server Configuration Option](../../database-engine/configure-windows/common-criteria-compliance-enabled-server-configuration-option.md).
110110

111111

112-
The admin connections on Azure SQL Database will see one row per authenticated session, while the non-admin connections will only see information related to their database user sessions.
112+
The admin connections on Azure SQL Database will see one row per authenticated session. The "sa" sessions that appear in the resultset, do not have any impact on the user quota for sessions. The non-admin connections will only see information related to their database user sessions.
113113

114114

115115
## Relationship Cardinalities

0 commit comments

Comments
 (0)