In my application there are many threads which uses insert and select statement to store/retrieve data from database.
I am getting deadlock in my production environment, I have observe deadlock from application log file.
I am not able to reproduce same situation on my development environment.
Please give me suggestion to:
How to resolve this kind of deadlock?
How to get more clear understanding to capture deadlock?
Thank you