Z
Zeng
Hello,
Would someone out there point me to a place where I can get a good
understanding of when to use which IsolationLevel in
SqlConnection.BeginTransaction()? I read it from a couple of places but
none gave me some sort of guidelines when to use which. At this point, I do
my datalayer reading with RepeatableRead and saving with Serializable. So
far, occasionally I see some deadlock exception from sql server, not sure if
it's the cause; another concern is the performance cost of Serializable when
I don't have to.
Thanks!
Would someone out there point me to a place where I can get a good
understanding of when to use which IsolationLevel in
SqlConnection.BeginTransaction()? I read it from a couple of places but
none gave me some sort of guidelines when to use which. At this point, I do
my datalayer reading with RepeatableRead and saving with Serializable. So
far, occasionally I see some deadlock exception from sql server, not sure if
it's the cause; another concern is the performance cost of Serializable when
I don't have to.
Thanks!