Guest Hassan Posted January 28, 2008 Posted January 28, 2008 I have my perfmon data going to a SQL database. Now I would like to throw a front end Web based interface to it so we can look at historical performance by choosing the server and respective counters. I dont know how to code and hence want to know if there are any tools out there that I could download to connect to this database and chart my data ? Thanks
Guest Dave Patrick Posted January 28, 2008 Posted January 28, 2008 Re: Tool to display perfmon captured data There are many reporting tools you can use against SQL Server. SQL Server comes with reporting services so you might want to give that a go. http://msdn2.microsoft.com/en-us/library/ms159106.aspx -- Regards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect "Hassan" wrote: >I have my perfmon data going to a SQL database. Now I would like to throw a >front end Web based interface to it so we can look at historical >performance by choosing the server and respective counters. > > I dont know how to code and hence want to know if there are any tools out > there that I could download to connect to this database and chart my data > ? > > Thanks
Recommended Posts