adspace


Do you know what is blocking?

Answer Posted / Prince Bhatia

Blocking in SQL Server refers to a situation where a transaction holds a lock on a resource, preventing other transactions from accessing that resource. This can lead to performance issues as other transactions are forced to wait for the locked resources. Blocking can occur due to long-running transactions, deadlocks, or other factors.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I start sql server 2017?

1017


What is sql or structured query language?

1228


What kind of problems occurs if we do not implement proper locking strategy?

1500


Explain “row_number()” in sql server with an example?

1080


What are the source of constraints?

1010


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1024


How raid can influence database performance?

1119


What is the difference between for xml raw and for xml auto?

1119


Does view occupy space?

1022


Why we use the openxml clause?

1080


Can sql servers link to other servers like oracle?

919


How to provide default values to function parameters?

1261


How do I find query history in sql server?

1026


what is the difference between openrowset and openquery?

1197


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1048