• Hey guys

    I found the solution. I had to enable Snapshot Isolation on my database

    ALTER DATABASE MyDatabase

    SET ALLOW_SNAPSHOT_ISOLATION ON

    Thank you for all the answers