I am performing an import of data wrapped in a CMSTransactionScope. What would be the most efficient and practical way to import data in parallel and rollback if any errors? The problem I see is th...