Search This Blog

Sunday, July 12, 2009

How to determine DBObjects version

Here is a handy bit of T-SQL to quickly derive the current DBObjects version of a BPM Connect instance:

use bpmconnect
go
select [value] from dbo.const_sys where keyid = 'DBObjectsVersion'

See manifest for version mapping table.

No comments:

Post a Comment