What is blocking in SQL Server? If this situation occurs how
to troubleshoot this issue
Answers were Sorted based on User's Feedback
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 |
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 |
When would you use the stored procedures or functions?
How do you rebuild an identity column?
Explain couple pf features of SQL server
how can do you the system monitoring?
What is proper subset of candidate key?
Why main is user defined function?
What is normalization process?
What is a trigger?
What is scan table/view and seek table/view when its occurs? : sql server database administration
What is difference between group by and having?
hi i gone though satyam interview. what is Acid Properties?
hi. suppose one person goal is strong knowledge on SQL.... suggest me ...if he learns SQL SERVER or ORACLE? which is best?
7 Answers Google, TCS, Unisys,