How to cleanup WebInspect database for the top tables consuming large amount of storage

We're experiencing storage used-up-issue for the MS SQL Server (used by WebInspect). Currently, the top tables which consume most of the storage are:

"Session", "SessionComplationID" and "ScanStatistics"

Is it possible we can have a SQL statement to delete the old records (like older than one month) from those tables?

Tags: