Designing scale out and high availability OLTP that maintain copies of data across two server instance, the data in both nodes needs to be indexed. What should you include in your solution>
I think the answer should be
Synchronous-commit availability mode availability group
However, the correct answer is
>>
You should include a primary sql server 2012 database that uses transactional replication to replicate data to the secondary database
<<