Search This Blog

Tuesday, June 8, 2010

How to Determine DTS Workflow Version

Execute this SQL to determine current version of the DTS workflow

use bpmconnect
go
select [value] as [DTSWorkFlow] from dbo.const_sys where KeyID = 'DTSPackageName'


See manifest for version mapping table.

No comments:

Post a Comment