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 can I create a plain-text flat file from SQL Server as input to another application?

2 Answers  


What is autocommit mode in sql server?

0 Answers  


how many layers of tcp/ip protocol combined of? : Sql server database administration

0 Answers  


What does man by sql wildcard characters in sql server?

0 Answers  


What is the stored procedure?

0 Answers  






What is clr ddl trigger?

0 Answers  


What is primary key index?

0 Answers  


How will you hide an attribute? : sql server analysis services, ssas

0 Answers  


How can sql server instances be hidden? : sql server security

0 Answers  


Wht is SQL Injection Attack ?

3 Answers  


What is a table called, if it has neither cluster nor non-cluster index? What is it used for?

0 Answers  


How do I create an extended event in sql server?

0 Answers  


Categories