How can your resolve deadlocks?
Answer Posted / darshan
Hi
1)
First find out which process block the other process from
activity monitor or sp_who2. Then kill that process.
2)
If update locks are more then it will make deadlock. So
reduce that.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Explain insert into select statement?
What is acid db?
Can you explain what is indexed view? How to create it?
How to create a new schema in a database?
You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?
Explain filestream storage of sql server 2008?
Tell me what are the essential components of sql server service broker?
Write a sql query to delete duplicate records from a table called table1
What is partition, how will you implement it? : sql server analysis services, ssas
What are the different acid properties?
How does stuff differ from the replace function?
Does hive support indexing?
Is the order of columns in the set clause important in ms sql server?
What is measure group, measure? : sql server analysis services, ssas
What is the difference between value type and reference type?