How to load profiler data into SQL Server ?

  • This may sound like a trivial question, but we received .trc files from production and trying to load it into SQL Server. I opened one file (there are many of them) in Profiler, tried File /Export, /Import, but none of them seems to load the data in SQL Server database. Am I doing something rwong ?

    Thanks

  • This is what you need:

    fn_trace_gettable

    EDIT: You can indicate how many rollover files you want to import. You can also specify only columns of interest to speed up the import.

    Shawn Melton
    Twitter: @wsmelton
    Blog: wsmelton.github.com
    Github: wsmelton

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply