F
Florian Doyon
Hello usenet,
I am currently debugging an application that uses SqlTransactions. When
running in the debugger, it seems that my transaction ignores the
isolation level and locks everything in SQL Server...
If I put a breakpoint before SqlTransaction.Commit gets called, all the
tables used throughout the transaction are locked (ie. I can't select
anything in a separate Query Analyzer window.)
Is there a way my transaction can honor its isolation level, or am I
doomed to annoy the hell of my coworkers when I'm debugging some code?
Thanks for your time!
I am currently debugging an application that uses SqlTransactions. When
running in the debugger, it seems that my transaction ignores the
isolation level and locks everything in SQL Server...
If I put a breakpoint before SqlTransaction.Commit gets called, all the
tables used throughout the transaction are locked (ie. I can't select
anything in a separate Query Analyzer window.)
Is there a way my transaction can honor its isolation level, or am I
doomed to annoy the hell of my coworkers when I'm debugging some code?
Thanks for your time!