Hi,
I am trying to create a custom destination component following the example at http://msdn.microsoft.com/en-us/library/ms135899.aspx. I can access and configure the component on a SSIS package, but I am confused as this component does not accept a 'table name' in the destination server.
(1) I would like the columns, available on the source adapter, to be automatically selected and mapped to the custom destination adapter. The destination columns will have the same name as the source column
(2) I would like to dynamically populate the 'target table name' in the destination component.
Please help!
Regards
viks