What is deadlock and how to avoid the deadlocks.
Answer Posted / moin
A deadlock occurs when there is a cyclic dependency between
two or more threads for some set of resources.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is resource governor?
How to loop through result set objects using odbc_fetch_row()?
How can you stop stored procedures from recompiling?
What is abstracting periodical?
Why normalization is used?
What is the importance of a recovery model?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
How to find table changes in sql server?
what are the different ways to return the rowcount of a table?
What are types of subqueries?
What is the use of floor function in sql server?
How to set database to be read_only in ms sql server?
what is the sql equivaent of the dataset relation object ?
What is the definition for sql server 2000?
How to define output parameters in stored procedures?