• ScottPletcher (9/4/2015)


    Does the log table have an identity column? Did you try removing that column and see if the table is still locked? Typically multiple tasks should be able to write to a table as part of a transaction.

    Yes it had. I replaced it by usage of a sequence now - but the behavior did not change.