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

Does index speed up select statements?

754


What do you understand by the analysis services in sql server?

705


What is delete query?

697


What is snapshot replication?

769


Explain what are partitioned views and distributed partitioned views?

710






How to get the query of a table in sql server?

664


How to modify an existing user defined function?

772


What is clustered index

742


How many clustered indexes there can be on table ?

751


What is db stored procedure?

617


What’s the distinction between dropping a info and taking a info offline?

805


When to use null data driven subscription?

190


I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration

878


How to connect sql server management studio express to sql server 2005 express?

749


How to create user defined functions with parameters?

844