I've run a Profiler trace and saved the results to a SQL Server table. The EventClass and EventSubclass columns contain numbers instead of descriptions.
Where can I find the descriptions The SQL Server system view sys.trace_events appears to only contain SQL Server events and not Analysis Services events.
Thanks,
Scott

Descriptions for Profiler Event Class and Event Subclass
gavsta2k
Scott,
You can look at the tracedefinition90.xml file to see descriptive names for a bunch of these. This file is typically located in your installations MSQL.x\OLAP\bin\Resources\1033 folder. Its not the most elegent way to go about this but it should get you where you need to go.
Bryan
prathima.k
we're in 2007 and still the having the same issue