Administering a SQL Database Infrastructure — Question 74

You administer all the deployments of Microsoft SQL Server 2016 in your company.
A database contains a large product catalog that is updated periodically.
You need to be able to send the entire product catalog to all branch offices on a monthly basis.
Which configuration should you use?

Answer options

Correct answer: E

Explanation

The correct answer is E, as snapshot replication is ideal for distributing large datasets like a product catalog to multiple locations periodically. Other options such as transactional replication (B) are better suited for real-time updates and may not fit the monthly distribution requirement, while log shipping (A) and availability groups (C, F, G, H) focus on high availability rather than periodic bulk data distribution.