• Just a thought - and it may not apply in your case - but could the issues be caused by parallelism and/or your isolation level?

    Our OLTP ran into CX Packet issues and we resolved most of them by restricting tasks to one processor (max degree of parallelism : 1). We also enabled Read Committed Snapshot.

    As always - I heavily recommend testing before applying them to any production system.

    HTH

    Paul