Valid 70-487 Dumps shared by ExamDiscuss.com for Helping Passing 70-487 Exam! ExamDiscuss.com now offer the newest 70-487 exam dumps, the ExamDiscuss.com 70-487 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-487 dumps with Test Engine here:
You need to update the CreateMonthlyTotalsReports() method to use database transactions. Which code segment should you use?
Correct Answer: B
Explanation/Reference: Explanation: Scenario: The CreateMonthlyTotalsReport() method must lock the data and prevent others from updating or inserting new rows until complete. The highest isolation level, Serializable, provides a high degree of protection against interruptive transactions, but requires that each transaction complete before any other transactions are allowed to operate on the data. With Serializable volatile data can be read but not modified, and no new data can be added during the transaction.