Sei sulla pagina 1di 2

Data column name Data type

ApplicationName

Description

Column Filterable ID
10 Yes

nvarchar Name of the client application that created the connection to an instance of Microsoft SQL Server. This column is populated with the values passed by the application rather than the displayed name of the program.

ClientProcessID

int

ID assigned by the host computer to the process where the client application is running. This data column is populated if the client provides the client process ID.

Yes

ColumnPermissions int

Indicator of whether a column permission was set. Parse the statement text to determine which permissions were applied to which columns.

44

Yes

DatabaseID

int

ID of the database specified by the USE database statement or the default database if no USE database statement has been issued for a given instance. SQL Server Profiler displays the name of the database if the ServerName data column is captured in the trace and the server is available. Determine the value for a database by using the DB_ID function.

Yes

DatabaseName DBUserName EventClass EventSequence EventSubClass

nvarchar Name of the database in which the user statement is running. nvarchar SQL Server user name of the client. int int int Type of event = 117. Sequence of a given event within the request. Type of event subclass. 1=Audit started 2=Audit stopped 3=C2 mode ON 4=C2 mode OFF

35 40 27 51 21

Yes Yes No No Yes

HostName

nvarchar Name of the computer on which the client is running. This data column is populated if the client provides the host name. To determine the host name, use the HOST_NAME function.

Yes

IsSystem

int

Indicates whether the event occurred on a system process or a user process. 1 = system, 0 = user.

60

Yes

LoginName

nvarchar Name of the login of the user (either the SQL Server security login or the Microsoft Windows login credentials in the form of

11

Yes

DOMAIN\username). LoginSid image Security identification number (SID) of the logged-in user. You can find this information in the sys.server_principals catalog view. Each SID is unique for each login in the server. NestLevel NTDomainName NTUserName OwnerName RequestID ServerName SessionLoginName int Integer representing the data returned by @@NESTLEVEL. 29 7 6 37 49 26 64 Yes Yes Yes Yes Yes No Yes 41 Yes

nvarchar Windows domain to which the user belongs. nvarchar Windows user name. nvarchar Database user name of the object owner. int ID of the request containing the statement.

nvarchar Name of the instance of Microsoft SQL Server being traced. nvarchar Login name of the user who originated the session. For example, if you connect to Microsoft SQL Server using Login1 and execute a statement as Login2, SessionLoginName shows Login1 and LoginName shows Login2. This column displays both SQL Server and Windows logins.

SPID StartTime Success

int

ID of the session on which the event occurred.

12 14 23

Yes Yes Yes

datetime Time at which the event started, if available. 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.

TextData XactSequence

ntext bigint

Text value dependent on the event class captured in the trace. Token used to describe the current transaction.

1 50

Yes Yes

Potrebbero piacerti anche