SQL Profiler Trace Events Flashcards

1
Q

T-SQL to query saved trace file?

A

select
spid,
StartTime,
Textdata,
EventSubclass,
ObjectID,
DatabaseID,
SQLHandle
from
fn_trace_gettable ( ‘e:\recompiletrace.trc’ , 1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly