Everyone,
I setup SAM using a custom template to monitor our production SQL server which serves a web site. The custom template includes Avg Disk Queue Length, SQL PLE, Transactions/sec, etc. How do I save the data collected from SAM so that I can compare now and one year later? For example next year I can tel my boss that we have more user connections compared to 12 months ago and here are the numbers supporting that. At my previous job I created a SQL job to collect data from sys.dm_os_performance_counters and it worked very well for me. The company where I am working now is using Solarwinds and I don't want to setup another SQL job to collect the same data that SAM is already collecting.
Thanks,