Meaning of "EventClass" numbers in Profiler trace

  • When I use Profiler, save the trace to a sql table, I note that the table field "EventClass" has numbers like 65526, 65534..... not textual descriptions.

    What do those numbers mean?

    TIA,

    Barkingdog

  • Hi,

    You can find event class descriptions from sys.trace_events table.

    You can run select * from sys.trace_events to see the contents of the table and you can filter them accordingly using where clause.

    Hope this helps.

    Let me know if you need anything else.

    Regards,

    Leela

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply