Search This Blog

Tuesday, June 8, 2010

How to Determine Table Schema Version

To determine the table schema version of BPM Connect, run this SQL

use bpmconnect
go
select [value] as [Schema Verion] from dbo.const_sys where KeyID = 'TableSchemaVersion'
See manifest for version mapping table

No comments:

Post a Comment