Revert custom SSIS component from 2008 to 2005 -
11-21-2008
, 07:35 AM
I need to convert a SSIS custom component from SQL Server 2008 to 2005.
In particular, I need to solve an error about
IDTSExternalMetadataColumn90.MappedColumnId: it exists for 2008 version but
not for 2005.
How can I solve this issue, please? Thanks |