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 |
Difference between report and query parameter.
How do I find the port number for sql server?
What is Command line parameters in PLSQL.?
What is an active database?
Can a cursor be updated? If yes, how you can protect which columns are updated?
Hi..here i would like to know the Backup and Restore models?
Can a table be moved to different filegroup?
What are the difference between clustered and a non-clustered index?
What is “asynchronous” communication in sql server service broker?
Explain cursor as data base object?
can anybody tell us, how to select 2nd max salary from table. my id is ashish.akk@gmail.com
How do you implement one-to-one, one-to-many and many-to- many relationships while designing tables?
4 Answers Credit Suisse, GCU, Symphony, TCS,
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)