Profiler traces

  • Hi all,

    I have some servers with multiple instances, will I have to create a trace for each instance, or is there a way to run one trace for all instances?

    Thanks

  • Traces are per-instance.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • As Gail says, they are per instance. You can create a script that will allow you to create the same trace on all your instances if you so desire. In fact, that's a very good approach. Just make sure you take into account different storage of the output of the trace for each server by naming the files differently if they're all going to the same location, or by having them go to different locations.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

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

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