Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Profiler: Results 1

Status
Not open for further replies.

rzirpolo

Programmer
Apr 8, 2002
163
GB
I am pretty new in regards to using Trace in SQL Profiler. Lookin at my results in the table the EventClass comes back as a number. Can this be linked to a system table to find out what event class this was, as in the text ?

Also when looking at the associated TextData field a number of them state "<Long Text>", which really doesn't help me investigate. Is there a limit on how many characters can be exported to a field ?

 
In most cases you'll need only EventClass 12 (SQL:BatchCompleted). For full list, refer to sp_trace_setevent topic in BOL.

About "<Long Text>": just expand column in grid view and text will appear. TextData column is ntext type.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top