fn_trace_geteventinfo (Transact-SQL)

Returns information about an event being traced.

Topic link iconTransact-SQL Syntax Conventions

Syntax

fn_trace_geteventinfo ( trace_id )

Arguments

  • trace_id
    Is the ID of the trace. trace_id is int, with no default.

Tables Returned

Column name Data type Description

eventid

int

ID of the traced event

columnid

int

ID numbers of all columns collected for each event

Remarks

When passed the ID of a specific trace, fn_trace_geteventinfo returns information about that trace. When passed a 0, NULL, or the string 'default', this function returns information about all active traces. When passed an invalid ID, this function returns an empty rowset.

Permissions

Requires ALTER TRACE permission on the server.

See Also

Reference

sp_trace_generateevent (Transact-SQL)
sp_trace_setevent (Transact-SQL)
sp_trace_setfilter (Transact-SQL)

Help and Information

Getting SQL Server 2005 Assistance