Skip to content

Commit adebd23

Browse files
authored
Merge pull request #35607 from JamesFerebee/patch-24
Clarify TLS version audit records started in SQL 2022.
2 parents 9f8028f + 8fae7b3 commit adebd23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/relational-databases/security/auditing/sql-server-audit-records.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: SQL Server audits consist of audit action items, which are recorded
44
author: sravanisaluru
55
ms.author: srsaluru
66
ms.reviewer: vanto
7-
ms.date: 08/14/2025
7+
ms.date: 10/20/2025
88
ms.service: sql
99
ms.subservice: security
1010
ms.topic: conceptual
@@ -64,8 +64,8 @@ Audits consist of zero or more audit action items, which are recorded to an audi
6464
| **data_sensitivity_information** | **Applies to**: Azure SQL Database only<br /><br />Information types and sensitivity labels returned by the audited query, based on the classified columns in the database. Learn more about [Azure SQL Database data discover and classification](/azure/azure-sql/database/data-discovery-and-classification-overview) | **nvarchar(4000)** | No |
6565
| **host_name** | Host name of the client connection | **nvarchar(128)** | No |
6666
| **session_context** | Session context information for the connection | **nvarchar(4000)** | No |
67-
| **client_tls_version** | TLS version number used by the client connection | **int** | No |
68-
| **client_tls_version_name** | TLS version name used by the client connection | **nvarchar(128)** | No |
67+
| **client_tls_version** | **Applies to**: SQL Server 2022 and later<br /><br />TLS version number used by the client connection | **int** | No |
68+
| **client_tls_version_name** | **Applies to**: SQL Server 2022 and later<br /><br />TLS version name used by the client connection | **nvarchar(128)** | No |
6969
| **database_transaction_id** | Database transaction identifier | **bigint** | No |
7070
| **ledger_start_sequence_number** | **Applies to**: SQL Server 2022 and later<br /><br />Ledger start sequence number for ledger operations | **bigint** | No |
7171
| **external_policy_permissions_checked** | External policy permissions that were checked during the operation | **nvarchar(4000)** | No |

0 commit comments

Comments
 (0)