Overview
You may notice that a Table called ProcessDetail in your GFI LanGuard database is very large (eg: over 8 million records and over 800 MB in size), and wonder whether there is a way to reduce its size.
Solution
You may purge the Process Details table yourself using a custom SQL query to delete entries from ProcessDetails, and set up a periodic schedule to purge the table automatically. The ProcessDetails table stores information on the running processes that are detected during a scan, so purging the table would not have any adverse effect on the operation of LanGuard. However, details on these processes will not be visible on the Dashboard console under the System Information tab.
Note: Providing SQL server query support is outside of Support Scope.