Provisioning SQL Databases — Question 22

You have been hired as a Database Consultant by ABC.com to design a SQL Server 2012 database solution.
You are tasked with designing a scale-out and high-availability SQL Server 2012 Online Transaction Processing (OLTP) database solution that will maintain copies of data across two server instances.
Your solution must provide scale-out of read operations by distributing the reads from clients across two SQL Server 2012 nodes. The data in both SQL Server nodes needs to be indexed.
What should you include in your solution?

Answer options

Correct answer: C

Explanation

The correct answer is C because transactional replication allows data to be replicated to another SQL Server instance, enabling read operations to be distributed across both nodes. The other options do not provide the necessary scale-out for reads or do not maintain indexed data across both servers as required.