Microsoft
70-450 · Question #115
You administer a SQL Server 2008 infrastructure. There are two instances named Instance1 and Instance2. You plan to distribute the customer table data from Instance1 to Instance2 for reporting…
The correct answer is C. Use snapshot replication for Instance1as a publisher and Instance2 as a subscriber. See the full explanation below for the reasoning.
Question
You administer a SQL Server 2008 infrastructure. There are two instances named Instance1 and Instance2. You plan to distribute the customer table data from Instance1 to Instance2 for reporting purposes. The customer table has the following characteristics:
You need to identify an optimal method to distribute data by using SQL Server functionality. What should you do?
Options
- ACreate a trigger on the customer table to track updates.
- BUsemerge replication for Instance1as a subscriber and Instance2 as a publisher.
- CUse snapshot replication for Instance1as a publisher and Instance2 as a subscriber.
- DUse transactional replication for Instance1as a publisher and Instance2 as a subscriber.
How the community answered
(42 responses)- A2% (1)
- B5% (2)
- C81% (34)
- D12% (5)
Community Discussion
No community discussion yet for this question.