Profiler and Performance Monitor

  • I am running stress tests for one our Applications. The Database Server is SQL Server 2000 Stardard.

    I can setup SQL Profiler and dump the results into a Table fine. What I am having trouble with is Performance Monitor data. I can dump it to a file but is is VERY missed up. Everything is continious, no tabs separating data columns, etc.

    any ideas ?

    I want to be able to dump the Performance Monitor results to a file, then import the file into SQL Server.

  • You could store the file in a varbinary column but I don't have code for that. This would be the best way though since it should retain the files formatting so it can be extracted and read by PerfMon.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

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

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