Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 78b389f

Browse files
authored
Description copied from other events is erroneous
Although the description matches that of the StartTime for other events, in this case the StartTime is _not_ the start time of the Audit Logout event, as is the usual case for most other events. It it a reference to the StartTime in the Audit Login event, allowing it to be used to match this Audit Logout event with the corresponding Audit Login event.
1 parent c44014a commit 78b389f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/event-classes/audit-logout-event-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversio
4343
|**ServerName**|**nvarchar**|Name of the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] being traced.|26||
4444
|**SessionLoginName**|**Nvarchar**|Login name of the user who originated the session. For example, if you connect to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] using Login1 and execute a statement as Login2, **SessionLoginName** shows Login1 and **LoginName** shows Login2. This column displays both [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and Windows logins.|64|Yes|
4545
|**SPID**|**int**|ID of the session on which the event occurred.|12|Yes|
46-
|**StartTime**|**datetime**|Time at which the event started, if available.|14|Yes|
46+
|**StartTime**|**datetime**|StartTime of the related Audit Login event, if available.|14|Yes|
4747
|**Success**|**int**|1 = success. 0 = failure. For example, a value of 1 indicates success of a permissions check and a value of 0 indicates failure of that check.|23|Yes|
4848
|**Writes**|**bigint**|Number of logical write I/Os issued by the user during the connection.|17|Yes|
4949
|**GroupID**|**int**|ID of the workload group where the SQL Trace event fires.|66|Yes|

0 commit comments

Comments
 (0)