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
- Connect to the iQSonar SE database in Microsoft SQL Management Console
- Browse to the tableĀ [iQSonarSE].[config].[t_Project]
- Select "View top 1000 rows"
- For each project, the date/time the scan of the project finsihed will be in the column "LastScannedAt"
Select * from config.t_Project
Related articles