Viewing 6 posts - 1 through 6 (of 6 total)
"works fine" = applications do not get _unexpected_ deadlocks. And I never said that SQL Server should retry transactions; what I alluded to is that it should be designed properly...
October 24, 2009 at 8:12 am
I agree with you that defensive coding (retry logic everywhere) would address deadlock issues, but this is merely _working around_ someone else's architectural shortcomings. I do continue to disagree with...
October 23, 2009 at 8:39 am
Let me enlighten the group a little more. I am sure you have heard lots of people point out that their application works fine on other databases, only to be...
October 23, 2009 at 7:50 am
Have you tried Oracle, which doesn't exhibit, say SELECT/UPDATE deadlocks because of row versioning? Thankfully, there is now row versioning in MSS. The point being is that, yes an application...
October 22, 2009 at 2:49 pm
The claim "that a deadlock in and of itself is not necessarily a problem" and suggestion that "A properly designed and coded application ... can intercept the 1205 error and...
October 22, 2009 at 2:27 pm
Viewing 6 posts - 1 through 6 (of 6 total)