How to check the Change Auditor database version regardless of whether it is the Live or an Archive?
This information can be seen from SQL Server using SSMS and running the following query against the target Change Auditor database (regardless of whether it is the live database or an archive):
SELECT PropKey, PropValue
FROM dbo.SystemProperty
WHERE PropKey = 'ProductVersion';