Relative Content

Tag Archive for sql-serverdeadlockdatabase-deadlocks

Deadlocks in Update/Insert Procedure

I have a UPDATE and INSERT Stored procedure in table which is getting executed multiple times to update record (once every 5 seconds). This procedure is used in multiple procedures so the execution count is high, and I am getting deadlock issues on this procedure even though the table has proper INDEXING and table level hints are placed.