Home Forums SQL Server 2008 SQL Server 2008 Administration Transaction (Process ID 107) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. RE: Transaction (Process ID 107) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

  • That's useless for fixing the problem.

    Enable traceflag 1222. That will cause SQL to write the deadlock graph into the error log when a deadlock happens. Get the deadlock graph and post it, along with the definition of any tables and indexes referenced by the graph.

    DBCC TRACEON (1222,-1)

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass