Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deadlock revisited
Message
 
 
To
16/02/2009 20:53:45
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2005
Application:
Web
Miscellaneous
Thread ID:
01381607
Message ID:
01382268
Views:
20
>>Are you running your update commands within one connection?
>
>At every hit, the same connection object is used for all SQL commands. So, each user has its own connection object. But, it will remain active for the hit duration only. So, during a hit, I can have 12 SQL exec commands, 4 updates and 3 inserts, for example. They will have all the same connection object.
>
>Do you see anything in there that could be related?

I just found an interesting article confirming my prior suggestion (which, I'm afraid, may not be applicable to your situation)

http://www.sql-server-performance.com/articles/per/deadlock_sql_2005_p1.aspx
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform