Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deadlock revisited
Message
From
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:
01382264
Views:
26
>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?
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
Next
Reply
Map
View

Click here to load this message in the networking platform