Valid 70-533 Dumps shared by ExamDiscuss.com for Helping Passing 70-533 Exam! ExamDiscuss.com now offer the newest 70-533 exam dumps, the ExamDiscuss.com 70-533 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-533 dumps with Test Engine here:
You are designing a Windows Azure application that will store data in two SQL Azure databases. The application will insert data in both databases as part of a single logical operation. You need to recommend an approach for maintaining data consistency across the databases. What should you recommend?
Correct Answer: B
Explanation/Reference: Explanation: Currently, there is not possible to update two tables of different databases using a single transaction in Azure SQL Database in the same way that we have in SQL Server. If you need to implement in your code a distributed transactions, your application will the coordinator of this distributed transaction using the transaction scope method using .NET. References: https://blogs.msdn.microsoft.com/azuresqldbsupport/2018/03/30/lesson-learned-37-how-to- use-distributed-transactions-in-azure-sql-database/