What is blocking in SQL Server? If this situation occurs how
to troubleshoot this issue

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences in Clustering in SQL Server 2005 and 2008 or 2008 R2?

600


How do triggers work?

544


Explain what is log shipping?

591


A trigger can reference objects outside the current database? State true or false.

563


If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security

549






Can you change the data type of a column in a table after the table has been created? If so, which command would you use?

643


Explain the difference between function and stored procedure?

528


Is INSTEAD OF trigger directly applicable to Table ?

585


What are distributed partitioned views?

630


How much is a sql server license?

517


Explain what is the use of custom fields in report?

507


How to execute a sql statement using mssql_query()?

553


How to modify an existing stored procedure in ms sql server?

545


What are the difference between clustered and a non-clustered index?

599


How many types of triggers in sql server?

535