What is blocking and how would you troubleshoot it?

Answer Posted / harikrishna

Blocks will occur when one processes holds a lock and
second processes requires a conflicting
lock type, then it blocks, check weather the I/O is moving
or not for the blocked processes.
use the below command to know the route block.
select spid,blocked from sysprocesses where blocked>0

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how many triggers you can have on a table? : Sql server database administration

486


What are the transaction properties?

543


What is a DBMS, query, SQL?

566


Tell me about builtinadministrator?

557


What is normalization? Explain different forms of normalization?

528






What is ssrs?

95


The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio

517


Can you get second highest salary from the table?

545


Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?

506


What is extended stored procedures?

553


What is a mixed extent?

583


Name few of the dcl commands in sql?

545


Can I delete event logs?

538


How do I start sql server?

523


Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?

507