I am trying to log performance monitor counters to a sql database. Does
anyone know of sql files that generate a database for performance monitor
counters. I need to create the tables and views.
Hi
Performance Monitor will create the tables for you.
http://support.microsoft.com/default.aspx?scid=kb;en-us;296222&sd=tech
http://www.dbazine.com/sql/sql-articles/larsen7
You can also view the data from Perf Mon.
HTH
Dan
>I am trying to log performance monitor counters to a sql database. Does
> anyone know of sql files that generate a database for performance monitor
> counters. I need to create the tables and views.