Administering a SQL Database Infrastructure — Question 233

You administer all the deployments of Microsoft SQL Server 2016 in your company.
You need to ensure that an OLTP database that uses a storage area network (SAN) remains available if any of the servers fail.
You also need to minimize the amount of storage used by the database.
Which configuration should you use?

Answer options

Correct answer: H

Explanation

The correct answer is H because a Windows Failover Cluster provides high availability by allowing a secondary server to take over if the primary server fails, ensuring that the OLTP database remains accessible. Other options may not guarantee the same level of availability or may not minimize storage use effectively, such as asynchronous replication or log shipping which can lead to data latency or increased storage requirements.