Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TransactionScope and SQL Server Locks
Message
From
10/04/2012 13:17:45
 
 
To
10/04/2012 12:43:47
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01540816
Message ID:
01540834
Views:
46
>I also wondered about the Distributed Transaction question I asked:
>
>>>Complicating all this is the fact that most of our other Transactions to our own databases get elevated to Distributed Transactions at some point. I'm pretty sure that this would NOT apply to the above Transaction to our customer's database, since I've made it RequiresNew, but I don't know for sure as it would be called in the middle of a distributed transaction.
>
>Any comments about that?
>
I think that happens by default when you have connections into different databses (might have been db's by different vendors).
My first gut twitch was along Garys thinking, but tempered as I viewed TS to be used for updates mostly.

My first attempt would have tried to use rowversion - and perhaps scanned audit trails,
if deletes are not logical but physical and/or RI rules are important for the biz at hand.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform