070-332 Free Dumps Study Materials
Question 4: DRAG DROP
You need to meet the disaster recovery requirements.
What should you do? (To answer, drag the appropriate terms to the correct location or locations in
the answer area.
Each term may be used once, more than once, or not at all. You may need to drag the split bar
between panes or
scroll to view content.)
Correct Answer:Note:
* From scenario:
/ Log shipping must be used to send transaction log backups to the instance of SQL Server that is
running in the
disaster recovery site.
/ A hardware load-balancer is configured to balance traffic between PROD-WEB-01 and PROD-WEB-
02. Both are
running SQL Server 2012.
/ The SharePoint 2013 Disaster Recovery farm topology consists of the servers listed in the following
table.
/ Log shipping must be used to send transaction log backups to the instance of SQL Server that is
running in the
disaster recovery site.
* SQL Server Log shipping allows you to automatically send transaction log backups from aprimary
databaseon
aprimary serverinstance to one or moresecondary databaseson separatesecondary serverinstances.
The transaction
log backups are applied to each of the secondary databases individually.
* Terms and Definitions
/ primary server
The instance of SQL Server that is your production server.
/ primary database
The database on the primary server that you want to back up to another server. All administration of
the log shipping
configuration through SQL Server Management Studio is performed from the primary database.
/ secondary server The instance of SQL Server where you want to keep a warm standby copy of your
primary
database.
/ secondary database The warm standby copy of the primary database. The secondary database may
be in either the
RECOVERING state or the STANDBY state, which leaves the database available for limited read-only
access.