What is blocking and how would you troubleshoot it?
Answer Posted / rajkumar
Blocking happens when one connection from an application
holds a lock and a second connection requires a conflicting
lock type. This forces the second connection to wait,
blocked on the first.
sp_who2 will give the list of blocking sessions. From that
we can find the objects using dbcc command.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Does a full backup include transaction log?
What are user defined functions in ms sql server?
Define indexes?
How will you go about resolving deadlocks?
Can we add our custom code in ssis?
What do mean by xml datatype?
Tell me what are the essential components of sql server service broker?
What are secondary xml indexes?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
Will sql server 2005 allow you to reduce the size of a column?
How do I find query history in sql server?
what is the difference between a primary key and a unique key? : Sql server database administration
Can a table have 2 foreign keys?
How to delete existing rows in a table?
What is scan table/view and seek table/view when its occurs? : sql server database administration