t sql check active deadlock
select * from sys.sysprocesses where blocked > 0
t sql check active deadlock
select * from sys.sysprocesses where blocked > 0
deadlock
Deadlock is a situation where a set of processes
are blocked because each process is holding a resource
and waiting for another resource acquired by some other
process.Process 1 is holding Resource 1 and waiting for
resource 2 which is acquired by process 2, and process 2
is waiting for resource 1.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us