Hi,
How can we achieve a single all-or-nothing transaction that spans multiple DFTs and doesn't lose any row level log entries? Or is logging row level errors in a separate transaction possible in SSIS?
In all instead of "Hresult: 0x80004005 Description: "Violation of PRIMARY KEY constraint 'PK_PolicyDetails'. Cannot insert duplicate key in object 'dbo.PolicyDetails'.", I would like to log customized error "Error generated in PolicyDetails
for PolicyDetailsPK:1447927463028" which would give error row details.
Regards,
Alpa.