how to know Who Is Blocking Your SQL Server?

Answer Posted / mobin sathupally

Simply execute the sp_who or sp_who2 stored procedure.
In sp_who result set observe the blk column.In sp_who2
result set observe the blkby column.In both result sets we
got spids who blocking the server.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the recovery model? List the types of recovery model available in sql server?

557


How can a database be repaired?

648


What is the sql case statement used for? Explain with an example?

626


you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration

805


What is a field name?

613






Difference between LEN() and DATALENGTH() in sql server ?

690


How to remove duplicate rows from table?

711


What is an indexed view?

678


What is proper subset of candidate key?

674


How the authentication mode can be changed?

735


How to create sub reports?

196


What is the difference between clustered and a non-clustered index?

686


Do you know what is fill factor and pad index?

655


What is mscorsvw.exe - process - microsoft .net framework ngen?

611


What is normalization? Describe its different types.

672