Administering a SQL Database Infrastructure — Question 73

You administer all the deployments of Microsoft SQL Server 2016 in your company.
You need to ensure that data changes are sent to a non-SQL Server database server in near real time.
You also need to ensure that data on the primary server is unaffected.
Which configuration should you use?

Answer options

Correct answer: A

Explanation

The correct answer is A because transactional replication allows for near real-time data changes to be sent to another database server while leaving the primary server unaffected. The other options either do not support near real-time data transfer or involve configurations that could impact the primary server's performance or availability.