Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transaction was deadlocked on lock resource
Message
From
05/09/2008 19:34:30
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 6.5 and older
Miscellaneous
Thread ID:
01344117
Message ID:
01345285
Views:
12
>The best course of action is find and eliminate the cause of the deadlock . The problem is that it could be some other application responsible for it. At least you can try take steps to minimize deadlocks in your application design in such cases.

There is one query that is returning that error. That covers about 95% of the errors of that type. So, it seems to come mostly from one location. This is a robot that is executing the query at every minute. It does it on a big table. After having received the statistics, it turns out that nothing has been reported on the related tables. All the INNER JOIN clauses and the WHERE clauses are indexed. However, some of the where clauses are done against character fields. Could it be that SQL Server is having more difficulties to handle query searches on character fields? In our case, the two related fields could be turned into integer. If that could be a factor, we can always convert those fields into an integer value.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform