sql server deadlock issue on a single table..................

Posted by devendra on Stack Overflow See other posts from Stack Overflow or by devendra
Published on 2010-04-08T19:18:49Z Indexed on 2010/04/08 19:33 UTC
Read the original article Hit count: 239

Filed under:
|
|
|
|

I have one table let's say "xxx "in sql server 2000 . One .exe is inserting data into that table "xxx" through sql job. But once data is inserted , one stored procedure is reading the data from that "xxx table "and inserting/updating into other two tables and updating back the status into the same "xxx" table. Now, client says that multiple deadlocks are occuring on that "xxx" table . please kindly anyone sdvice me the resolution steps to be taken to resolve this deadlock issue and how to identify it step by step.............

Thanks in advance..... XXX

© Stack Overflow or respective owner

Related posts about sql

Related posts about server