Administering a SQL Database Infrastructure — Question 53

You need to recommend a solution to meet the recovery requirements for the manufacturing database.
Your solution must minimize costs.
What should you recommend?

Answer options

Correct answer: A

Explanation

Database snapshots provide a cost-effective way to capture the state of the database at a specific point in time without the need for extensive storage resources. Transaction log backups and differential backups are also valid recovery methods but may require more management and storage, while SQL Server Failover Clustering and peer-to-peer replication are more complex and costly solutions that do not align with the requirement to minimize costs.