Hi Team,
Is there any way to measure Sql Server Lock counter(like Average Wait Time (ms), Lock Requests/sec, Lock Timeouts (timeout > 0)/sec, Lock Timeouts/sec,) on Azure Sql database ?
Is there any DMV to find below info on Azure sql db post execution of visual studio load test.
Query that has locked the table and for how much duration ?
Query that are waiting for lock to be released and for how much duration ?
Thanks,
Anil