Barkingdog
SSCoach
Points: 18670
More actions
April 15, 2010 at 11:50 pm
#220496
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,
LeelaKrishna
SSC-Addicted
Points: 440
April 19, 2010 at 4:21 am
#1153686
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