MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SQL

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You have a server that has SQL Server 2016 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:
A
Policy-Based Management
B
A Data Definition Language (DDL) trigger
C
SQL Server Agent jobs
D
A maintenance plan
Explanation: 

Detailed explanation-1: -Typically, backup operations employ a full backup in combination with either incremental or differential backups.

Detailed explanation-2: -The most recommended and best option is to have a STANDBY server, restore the backup of the production database on that server, and then run the DBCC command. If the consistency checks run ok on the standby database, the production database should be ok as it is the source of the standby.

There is 1 question to complete.