Deadlock on 2 pages
I'm troubleshooting some deadlocks I'm seeing in a production environment and I'm new to this but something seemed odd to me. So I have the deadlock graph below: The right side of the deadlock is an update that is the following: UPDATE order_sub_line SET sub_line_status = 300 WHERE order_sub_line_id = '75C387EC-A1A7-4587-9FA0-DD33A49009BC' It looks to me in the graph that this update is trying to acquire 2 page locks. order_sub_line_id is a clustered index. Should this be trying to acquire 2 page locks and if so why? Additional Information: The deadlock victim is a view (joins a few other