Find the date a project completed

The UI does not currently display the date on which a project completed scanning in an easy to find location. This information can be useful to iQuate support staff.

Step-by-step guide

  1. Connect to the iQSonar SE database in Microsoft SQL Management Console
  2. Browse to the tableĀ [iQSonarSE].[config].[t_Project]
  3. Select "View top 1000 rows"
  4. For each project, the date/time the scan of the project finsihed will be in the column "LastScannedAt"


Select * from config.t_Project