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?