Administering a SQL Database Infrastructure — Question 72

You administer all the deployments of Microsoft SQL Server 2016 in your company.
You need to ensure that an OLTP database that includes up-to-the-minute reporting requirements can be off- loaded from the primary database to another server.
You also need to be able to add indexes to the secondary database.
Which configuration should you use?

Answer options

Correct answer: F

Explanation

The correct answer is F because transactional replication allows for real-time data transfer to a secondary database, which meets the requirement for immediate reporting. The other options do not provide the necessary real-time offloading or the ability to add indexes to the secondary database as needed.