70-451 · Question #97
You are a database developer. You plan to design a database solution by using SQL Server 2008. A database contains two tables named Orders and OrderDetails. There is also a data warehouse containing…
The correct answer is A. Use the SQL Server Change Data Capture feature. See the full explanation below for the reasoning.
Question
You are a database developer. You plan to design a database solution by using SQL Server 2008. A database contains two tables named Orders and OrderDetails. There is also a data warehouse containing a table named factSales. The factSales table has a de-normalized structure and contains columns from Orders and OrderDetails. You plan to design a solution that will extract all data modifications from Orders and OrderDetails and load them into factSales. You have the following requirements:
- The load operation is incremental and runs daily.
- The schema of the tables cannot be modified.
- The history of each modification is maintained for one month.
You need to implement the solution by using the least amount of coding and administrative effort. What should you do?
Options
- AUse the SQL Server Change Data Capture feature.
- BPartition the Orders and OrderDetails tables based on date.
- CUse the SQL Server Change Tracking feature.
- DUse Microsoft Sync Services.
How the community answered
(22 responses)- A73% (16)
- B14% (3)
- C5% (1)
- D9% (2)
Community Discussion
No community discussion yet for this question.