• If you want to trace in batch, you need to trace to a file !

    Afterward you can load the file to a given (empty) table using :

    -- HOW TO: Programmatically Load Trace Files into Tables

    -- http://support.microsoft.com/kb/270599

    -- 

    SELECT * 

    INTO myserver_mydb_CLOR_070322 

    FROM ::fn_trace_gettable('F:\myTraces\trace_myserver_mydb_070322.trc', 32)

     

     

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me