You have a server that has SQL Server 2014 installed. The server contains 100 user
databases.
You need to recommend a backup solution for the user databases.
The solution must meet the following requirements:
• Perform a transaction log backup every hour.
• Perform a full backup of each database every week.
• Perform a differential backup of each database every day.
• Ensure that new user databases are added automatically to the backup solution.
What should you recommend?More than one answer choice may achieve the goal. Select
the BEST answer.
A.
Policy-Based Management
B.
A Data Definition Language (DDL) trigger
C.
SQL Server Agent jobs
D.
A maintenance plan
Explanation:
Maintenance plans create a workflow of the tasks required to make sure that your database
is optimized, regularly backed up, and free of inconsistencies.
Maintenance plans can be created to perform the following task (among others):
Back up the database and transaction log files. Database and log backups can be retained
for a specified period. This lets you create a history of backups to be used if you have to
restore the database to a time earlier than the last database backup. You can also perform
differential backups.
Option D right