Hi all, I have a fairly big Orion install, but i made the mistake of turning it into a network and application system by adding the APM module to all of my 5 pollers.... big mistake... the APM has taken over the thing and destroyed database performance. This is due to a couple of major feature flaws in the product that I am hoping can be looked at by solarwinds (and i will mention below). However, in the short term, can someone help me purge the data that is collecting in my APM tables... specifically: APM_ProcessEvidence_HourlyAPM_ProcessEvidence_Detail Can I just empty these tables with the following commands in database manager “Truncate Table [APM_ProcessEvidence_Hourly]” And “Truncate Table [APM_ProcessEvidence_Detail]” Vv These 2 tables are very large, even though i have daily maintenance plans, and I have process detail retentions et to 1 day, and hourly set to 7 days. Only where the problems stem from... I want to use APM as a simple addition to the availability monitoring solution on my network, I do not actually want to know anything about performance of my processes or services. (The reason or this, is that I do most of my monitoring remotely through firewalls and the likes, so i am limited by SNMP, so i cannot do any clever performance counters using WMI until Microsoft sort out their port allocations.) Within the current APM, i select a process-via-SNMP, create a template, and assign it to a server. If that server has multiple instances of that process, APM will collect data about every instance of that process, even if maybe there are 50 instances running (e.g. cron on a unix server). All i actually want to know, is whether there is any instance of it at all, or maybe just a quick count of the number of processes and record that. I do not want to collect ANY performance stats into the database, and do not even want APM to pull them back. I think if there were a way to select whether an assigned APM template is for availability of a process OR application performance management, then it would solve just about all of my issues. I think i would then have a very smooth running highly performing Orion environment. But as it stands, APM is bringing my environment to its knees, and affecting the core network monitoring. Please comments from any would be great, and a quick solution to purging the APM tables above would be super!!!! Happy new year!!!