Which configuration should you use?

You administer all the deployments of Microsoft SQLServer 2012 in your company. You have two servers in
the same data center that hosts your production database. You need to ensure that the database remains
available if a catastrophic server failure or a disk failure occurs. You also need to maintain transactional
consistency of the data across both servers. You need to achieve these goals without manual intervention.
Which configuration should you use?

You administer all the deployments of Microsoft SQLServer 2012 in your company. You have two servers in
the same data center that hosts your production database. You need to ensure that the database remains
available if a catastrophic server failure or a disk failure occurs. You also need to maintain transactional
consistency of the data across both servers. You need to achieve these goals without manual intervention.
Which configuration should you use?

A.
Two servers configured in a Windows Failover Cluster in the same data center
SQL Server configured as a clustered instance

B.
SQL Server that includes an application database configured to perform transactional replication

C.
Two servers configured in the same data center
A primary server configured to perform log-shippingevery 10 minutes
A backup server configured as a warm standby

D.
Two servers configured in different data centers
SQL Server Availability Group configured in Synchronous-Commit Availability Mode
One server configured as an Active Secondary

E.
Two servers configured in the same data center
SQL Server Availability Group configured in Asynchronous-Commit Availability Mode
One server configured as an Active Secondary

F.
Two servers configured in different data centers
SQL Server Availability Group configured in Asynchronous-Commit Availability Mode

G.
SQL Server that includes an application database configured to perform snapshot replication

H.
Two servers configured on the same subnet
SQL Server Availability Group configured in Synchronous-Commit Availability Mode

Explanation:
Reference: http://msdn.microsoft.com/en-us/library/ff877931.aspx



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Brian K

Brian K

I think the correct answer is D. The Availability Group will require Synchronous-Commit, but I don’t see anywhere that it must be on the same subnet.

JosefTheGreat

JosefTheGreat

Well as the question says, your servers are in the same datacenter. Why make everything more complex. Its easier to stay in your same subnet and datacenter. As usual the Microsoft Exam Questions try to set you on the wrong track. And in this case you can use both answers, but you should pick the “more” correct one. So you should pick H!