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 |
If we delete pack Spec what will be the status of pack Body ?
Do you know what is a trace frag? Where do we use it?
Explain the purpose of indexes?
What is the significance of null value and why should we avoid permitting null values?
explain how to create a new schema in a database? : Sql server database administration
How to create hyperlink from returned sql query ?
How do you send email on SQL Server?
How can your resolve deadlocks?
4 Answers IBM, IMS, Iron Mountain, NuWare,
what is difference between having and where clause ?
What is the difference between a local and a global variable?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
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)