Hi everyone, I’d like to understand the difference between the waits LCK_M_IX and LCK_M_X in SQL Server.
What is the exact difference between an IX (Intent Exclusive) lock and an X (Exclusive) lock?
In which direction does lock escalation occur?
Does SQL Server escalate from IX to X?
Or can it happen the other way around?
Thanks in advance for your help.