Valid 70-534 Dumps shared by ExamDiscuss.com for Helping Passing 70-534 Exam! ExamDiscuss.com now offer the newest 70-534 exam dumps, the ExamDiscuss.com 70-534 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-534 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: The TransactionScope class establishes an ambient transaction in .NET. (An "ambient transaction" is one that lives in the current thread.) All connections opened within the TransactionScope participate in the transaction. If different databases participate, the transaction is automatically elevated to a distributed transaction. The outcome of the transaction is controlled by setting the scope to complete to indicate a commit. Note: Elastic database transactions for SQL DB enable applications to make atomic changes to data stored in several different SQL Databases. Elastic database transactions targets the following scenarios: * Multi-database applications in Azure: With this scenario, data is vertically partitioned across several databases in SQL DB such that different kinds of data reside on different databases. Some operations require changes to data which is kept in two or more databases. The application uses elastic database transactions to coordinate the changes across databases and ensure atomicity. Etc. References: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-elastic-transactions- overview