Add DTC support for SQL Azure
I want to utilise LINQ and TransactionScope in my web roles and DTC support in SQL Azure would solve this problem
7 comments
-
Mike Hanrahan
commented
-
Mike Hanrahan
commented
-
Badal
commented
Without its absesnes.. its very difficult to move existing application which uses distributed transactions to manage data. And if its not supported on SQL Azure then either we need to rewrite the data access layer to make sure things happen on one single connection / at SP level, which may turn out to be a great effort. By moving application as its... the data may get corrupt and may not make any business sense.
Its a very very important feature that needs to be made available.Regards
Badal -
Badal
commented
Without its absesnes.. its very difficult to move existing application which uses distributed transactions to manage data. And if its not supported on SQL Azure then either we need to rewrite the data access layer to make sure things happen on one single connection / at SP level, which may turn out to be a great effort. By moving application as its... the data may get corrupt and may not make any business sense.
Its a very very important feature that needs to be made available.Regards
Badal -
Francisco José González Lozano
commented
Application just in cloud some components need it
-
Tim Shaffer
commented
I need to be able to Insert/Update data in 1 SQL Azure database with select results from another SQL Azure database. I hope by supporting MSDTC in SQL Azure that this would then be supported.