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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / shyamsri83

When one transaction is trying to access a record, which is
used by other, then the first transaction has to wait,
untill the second transaction complete. This is called
blocking.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to insert new line characters into strings?

0 Answers  


What are the differences between user defined functions and stored procedures?

0 Answers  


Explain about integration services of Microsoft SQL server?

0 Answers  


What are the properties of the relational tables?

0 Answers  


How do I manually uninstall an instance of sql server 2016?

0 Answers  






What is tablesample?

0 Answers  


Why use stored procedures in sql server?

0 Answers  


What do you mean by tablesample?

0 Answers  


What is the SQL?????????????????????????????

5 Answers   CMS,


Explain the different index configurations a table can have?

0 Answers  


What is a unique index?

0 Answers  


What are the different authentication modes in sql server? How can it be changed?

0 Answers  


Categories