Search This Blog

Tuesday, June 8, 2010

How to Determine the version of SSIS ETL Engine

Execute this SQL on the BPM Connect database to determine ETL Engine version

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

No comments:

Post a Comment