HOWTO--Performance Counters to SQL Databases

  • I am trying to set up 12 servers to write to different tables in a PERFMON database.  Is there a way to do this?  I set up one as a model and it creates 3 tables named: 

    dbo.CounterData
    dbo.CounterDetails
    dbo.DisplaytoID
     
    I would like to record the data to 1 table by server name.  Can anyone point me to howto documentation on how to do this?
  • You don't need to create one table for each server...

    One of these three tables will have machine name in it...I believe you have to filter based on machine name when you query the data...

    Read the following article...

    10 Baselining Tips for SQL Server: Lessons From the Field

    http://www.sql-server-performance.com/gv_baselining_tips.asp

     

    MohammedU
    Microsoft SQL Server MVP

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

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