What is blocking and how would you troubleshoot it?

Answer Posted / swapna

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.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is query cost in sql server?

561


What types of Joins are possible with Sql Server?

552


What is efficiency data?

527


How to write a query with a left outer join in ms sql server?

577


What do you mean by table and field in sql?

558






How to filter records of table in SQL SERVER?

601


Data table as parameter in sql server?

569


what is package and it uses and how can u call a package

1563


How do I create a stored procedure in sql server?

525


Why use view instead of a table?

527


How to create “dependant” parameter “make, model, year”

89


Which tcl commands are available on the sql server?

607


What is the difference between a function and a stored procedure?

568


What is sleeping status in sql server?

526


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

529