What is blocking in SQL Server? If this situation occurs how
to troubleshoot this issue

Answer Posted / wazid ali

Blocking in SQL Server is a scenario where one connection to
SQL Server locks one or more records, and a second
connection to SQL Server requires a conflicting lock type on
the record or records locked by the first connection. This
causes the second connection to wait until the first
connection releases its locks. By default, a connection will
wait an unlimited amount of time for the blocking lock to go
away.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does COMMIT command do?

768


How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?

858


What does asynchronous call backs means?

767


What is the difference between stored procedure and functions?

774


What is Extended user-defined?

710






What is application role in sql server database security? : sql server security

753


How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?

792


Explain atomicity?

726


How many types of objects are there?

685


Explain the collation?

824


Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?

673


How do I create an extended event in sql server?

668


What are the 7 disadvantages to a manual system?

681


What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio

795


What is openxml in sql server?

878