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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment