This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How do you mass disabled List Resources > Asset Inventory?

We have 3200+ nodes with asset inventory enabled and we've decided to investigate the impacts to our DB if we disable that collection.  You can't collect all that data and not pay the Piper at some point, right?  I thought it was as easy as the following query:

UPDATE [dbo].[AssetInventory_Polling]

SET Enabled = 0

WHERE Enabled = 1

but that didn't seem to do the trick.

Any ideas?