Situation:
WCF Service with TransactionScopeRequired OperationBehaviour.
WCF Service runs a process that used SqlBulkCopy to insert many rows to a db....When used without the TransactionScopeRequired behaviour, the SqlBulkCopy inserts records with no issu...