Further information:

SQL Server Profiler told me the deadlock was on the UNIQUE constraint
on TargetId and TargetType. After removing it, the deadlock moved to
the primary key constraint.

So it looks like constraint checks are the problem. Doesn't indicate a
solution yet, however.

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to