Question
Anthem
US
Last activity: 27 Jul 2019 7:13 EDT
Heavy SQL DB resources consumption @ delete from dbo.pr_sys_locks .
Hi Team,
Heavy SQL DB resources consumption (along with deadlocks) has been observed during the below mentioned query execution (Nothing reported by AES though)
delete from dbo.pr_sys_locks where pzInsKey = @P0 and pxOwnerId = @P1
Please suggest the scenarios during which this issue might happen and remediation recommendations ?
(PRPC731,MSSQL and Tomcat)
Thank you.