How to Verify Enterprise Forms Database Version
Description of Issue
Enterprise Forms database version needs to be verified
Context
ReadyForms
Enterprise Forms
Update version
Upgrade
Cause
Informational
Resolution
Connect to the SQL instance Enterprise Forms/ReadyForms is installed on
Run the following query against the Enterprise Forms/ReadyForms database in question:
select * from dbo.SystemSettings
The first line of the result should have the database version under the Value column
Additional Information