You administer a Microsoft SQL Server 2012 database.
You create an availability group named haContosoDbs. Your primary replica is available at
Server01\Contoso01.
You need to configure the availability group to have the highest availability.
You also need to ensure that no data is lost.
Which Transact-SQL statement should you use?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
‘Highest Availability’ means automatic failover is required, and ‘No Data Loss’ means that Synchronous Commit mode should be used, therefore answer is (C).
C
Answer is correct
https://msdn.microsoft.com/en-us/library/ff877931.aspx#SyncCommitWithAuto