You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unique timestamp of this event fired in this trace. This number increases monotonically for each event fired.
51
No
FileName
nvarchar
The logical name of the trace file being closed.
36
Yes
IsSystem
int
Indicates whether the event occurred on a system process or a user process. 1 = system, NULL = user. The value is always 1 for this event class.
60
Yes
LoginName
nvarchar
Name of the login of the user (either [!INCLUDEssNoVersion] security login or the [!INCLUDEmsCoName] Windows login credentials in the form of DOMAIN\username). The value is always "sa" for this event class.
11
Yes
ObjectID
int
System-assigned ID of the trace.
22
Yes
ServerName
nvarchar
Name of the instance of [!INCLUDEssNoVersion] being traced.
26
No
SessionLoginName
nvarchar
Login name of the user who originated the session. For example, if you connect to [!INCLUDEssNoVersion] using Login1 and execute a statement as Login2, SessionLoginName shows Login1 and LoginName shows Login2. This column displays both [!INCLUDEssNoVersion] and Windows logins.