Click to See Complete Forum and Search --> : Performance monitor log files


vmlal
September 24th, 2003, 01:29 PM
For the SQL Server running here we have setup a log file that monitors all the activities while the server is running, such as processor percentage being used over the day, CPU percentage taken by SQL Server etc. The problem I'm facing is that the log files (which are in PERFMON format) are recorded over a period of a business day, for 30 business days. Now I want to get the measurements for all the 30 days combined into one file where i can analyze all the measurements together.

Is this possible in VB? or is it possile at all?


Thanks in advance.