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
How can we get count of the number of records in a table?
whats the maximum size of view state??
What is normalization? What number of normalization shapes are there?
How much memory that we are using in Logshipping Concept?
How will you decide the active and passive nodes?
What is triggers in ms sql server?
What is default port number for sql server 2000?
What are the disadvantages of merge replication?
Can you name some of the dml commands in sql?
what are different types of backups available in sql server? : Sql server database administration
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
Does sql server 2000 clustering support load balancing?
Create and insert into temp table in sql server?
What is store procedure?
What are the different types of locks in the database?