Can someone please help me to read/understand this deadlock graph?
I don’t understand why process 75 is requesting a lock on an object that he has a lock on already?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to a blog article that I’ve found the existance of an "Exchange Event" indicates that the source of your problem may be parallelism in your query.
Today’s Annoyingly-Unwieldy Term: "Intra-Query Parallel Thread Deadlocks"
The above article goes into much more detail, however the punchline is:
You might want to try this to see if there is any improvement.