NPM 11.0.1, I need to do a bulk field change on resources on a large number of firewalls being monitored. I need to change the CPU & Memory selection from: 'Juniper SRX1400 by Solarwinds' to 'CPU & Memory by Solarwinds' (see attached screen shot). I'm trying to find the correct table(s) to build a query, but not sure where to find it, or how to switch it over. I searched in 'Nodes' but not seeing anything that points to this resource. Here's the query I 'think' would resolve this, but not sure where to find correct table. Update [Solarwinds_Network].[dbo].[Nodes] set ??????? = '?' where [NodeID] in (35359, 35368, etc), or maybe in [dbo].[Resources]?
