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 |
What is nested transaction?
What is normalization and what are the different forms of normalizations?
How to get a list of columns using the "sp_help" stored procedure in ms sql server?
what are defaults? Is there a column to which a default can't be bound? : Sql server database administration
how to copy only distinct data into another table which is not already exist in database?
What command do we use to rename a database?
What are logical/boolean operations in ms sql server?
What are Sql Reporting Services and analysis services? Can u Explain
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
Define msdb database?
What is the default isolation level of the sql server database?
When we should use @@error?
Oracle (3259)
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)