InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a type of backup?(a) database backup(b) data backup(c) table backup(d) all of the mentionedThe question was asked in an international level competition.My question is taken from Backup in portion Enterprise Data Management of SQL Server |
|
Answer» CORRECT CHOICE is (c) table backup Easiest explanation: In order to SELECT a proper SQL Server backup type, a SQL Server administrator needs to understand the DIFFERENCE between the MAJOR backup. |
|