Description
When the Inventory History feature is used (Configure > Inventory History) every change of the monitored attributes is logged in the History table of the LANDesk database.
Resolution
To purge partially or completely the collected data it is possible to use the following SQL statement. The sample SQL statement will delete from history for records older than 90 days but can be altered to fit the specific needs of your environment.
Note: Prior to running SQL statements or operations that will alter the Landesk database we highly recommend creating a backup of the database.
DELETE FROM History WHERE ChangeDate <= GetDate()-90