Deck 8: Backup and Recovery

Full screen (f)
exit full mode
Question
Which category of risk has the highest probability of occurrence?

A)user error
B)hardware failure
C)system software failure
D)environmental events
Use Space or
up arrow
down arrow
to flip the card.
Question
Which of the following is true about backup sets?

A)backup sets are usually stored to the same media as the database log
B)when the expiration date on a backup set passes, the data is no longer usable
C)backups made to tape are preferable to using disks due to better performance
D)a backup device references a physical location where backup sets are stored
Question
If you experience database corruption, what should you do before performing a restore operation?

A)backup the transaction log tail
B)restore the head of the transaction log
C)perform a fresh full backup
D)check the physical integrity of the database
Question
How are full and differential database backups used?

A)a differential backup is followed by one or more full backups
B)full backups copy data that has changed since the last differential backup
C)differential backups are usually performed more often than full backups
D)differential backups are more resource intensive than full backups
Question
The AwlaysOn capabilities of SQL Server 2012 effectively replace the need to perform traditional backups.
Question
Which of the following is NOT a commonly used type of backup plan?

A)Full database backup, simple recovery model
B)Single transaction log backup plus simple recovery model
C)Single transaction log backup plus full database backup
D)Full database backup plus multiple transaction log backups
Question
What SQL command do you use when restoring transaction logs if you want to do a point-in-time restore?

A)TIMELOG
B)TRANSACT
C)STOPAT
D)NOTAFTER
Question
Which of the following SQL commands should you perform in a database recovery operation right before you check the logical and physical integrity of the database?

A)RESTORE DATABASE FROM WITH NORECOVERY;
B)RESTORE LOG FROM WITH FILE = n WITH NORECOVERY;
C)RESTORE DATABASE FROM WITH NORECOVERY;
D)RESTORE DATABASE WITH RECOVERY;
Question
Transaction logs are required in the event that a database needs to be restored back to a specific point in time.
Question
Which recovery model causes all changes to the database to be written to the transaction log?

A)simple recovery model
B)full recovery model
C)bulk logged recovery model
D)truncated recovery model
Question
Which backup scheme reduces the amount of downtime to perform a restore but creates additional IT management and physical resource overhead?

A)Full database backup plus differential database backup plus multiple transaction log backups
B)Single transaction log backup plus full database backup
C)Full database backup plus multiple transaction log backups
D)Single transaction log backup plus simple recovery model
Question
Which of the following is true about the factors that should be considered when evaluating database business requirements and the associated risk assessments?

A)mission-critical systems provide administrators with a large time window for performing maintenance
B)databases that have a high change rate require more frequent backups
C)for best performance, backups should be done when the system is under peak load
D)a single large database is usually easier to maintain than several smaller databases
Question
Which of the following is true about recovery objectives?

A)they should be the same for each database
B)the RTO is usually the same whether the recovery scenario involves one or many databases
C)the RTO is the maximum amount of data that may be lost
D)the recovery point objective is expressed as a time frame
Question
After you devise a backup plan, you should do a risk assessment.
Question
Which of the following is a reason that transaction logs must be backed up frequently?

A)so you don't have to spend time backing up data files
B)frequent backups increase the likelihood of a corrupt active transaction log
C)when the log is backed up, it is truncated
D)the tail of the log increases each time the log is backed up
Question
In which risk category would an incompatibility between SQL Server and Windows be considered?

A)user error
B)hardware failure
C)system software failure
D)environmental events
Question
Data loss caused by environmental events has the greatest possibility of occurrence.
Question
Which of the following is NOT among the three primary factors that should be considered for each risk scenario identified?

A)probability of occurrence
B)personnel involved in the scenario
C)magnitude of the impact
D)difficulty of timely detection
Question
Which of the following is true about database backup types?

A)backups can be performed when a database is offline
B)backups cannot be performed when a database is online
C)SQL Server 2012 databases can only be backed up using Object Explorer
D)incremental backups can be performed using the BackUp Database dialog box
Question
SQL Server 2012 can back up database files to physical disk media or to tape.
Question
List four business requirements factors that should be evaluated for each production user and system database.
Question
Describe the two types of recovery objectives you should build for each production database under different risk scenarios.
Question
Match between columns
a process undertaken to identify and objectively quantify all potential data loss scenarios
simple recovery model
a process undertaken to identify and objectively quantify all potential data loss scenarios
transaction logs
a process undertaken to identify and objectively quantify all potential data loss scenarios
truncation
a process undertaken to identify and objectively quantify all potential data loss scenarios
recovery model
a process undertaken to identify and objectively quantify all potential data loss scenarios
checksum
a process undertaken to identify and objectively quantify all potential data loss scenarios
risk assessment
a process undertaken to identify and objectively quantify all potential data loss scenarios
tail
a process undertaken to identify and objectively quantify all potential data loss scenarios
backup set
a process undertaken to identify and objectively quantify all potential data loss scenarios
filegroup backup
a process undertaken to identify and objectively quantify all potential data loss scenarios
partial backup
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
simple recovery model
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
transaction logs
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
truncation
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
recovery model
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
checksum
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
risk assessment
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
tail
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
backup set
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
filegroup backup
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
partial backup
the active transaction log that contains the database changes since the last transaction log backup
simple recovery model
the active transaction log that contains the database changes since the last transaction log backup
transaction logs
the active transaction log that contains the database changes since the last transaction log backup
truncation
the active transaction log that contains the database changes since the last transaction log backup
recovery model
the active transaction log that contains the database changes since the last transaction log backup
checksum
the active transaction log that contains the database changes since the last transaction log backup
risk assessment
the active transaction log that contains the database changes since the last transaction log backup
tail
the active transaction log that contains the database changes since the last transaction log backup
backup set
the active transaction log that contains the database changes since the last transaction log backup
filegroup backup
the active transaction log that contains the database changes since the last transaction log backup
partial backup
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
simple recovery model
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
transaction logs
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
truncation
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
recovery model
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
checksum
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
risk assessment
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
tail
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
backup set
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
filegroup backup
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
partial backup
a recovery model setting that causes the database engine not to record any events in the transaction log
simple recovery model
a recovery model setting that causes the database engine not to record any events in the transaction log
transaction logs
a recovery model setting that causes the database engine not to record any events in the transaction log
truncation
a recovery model setting that causes the database engine not to record any events in the transaction log
recovery model
a recovery model setting that causes the database engine not to record any events in the transaction log
checksum
a recovery model setting that causes the database engine not to record any events in the transaction log
risk assessment
a recovery model setting that causes the database engine not to record any events in the transaction log
tail
a recovery model setting that causes the database engine not to record any events in the transaction log
backup set
a recovery model setting that causes the database engine not to record any events in the transaction log
filegroup backup
a recovery model setting that causes the database engine not to record any events in the transaction log
partial backup
the file that is the result of a backup operation
simple recovery model
the file that is the result of a backup operation
transaction logs
the file that is the result of a backup operation
truncation
the file that is the result of a backup operation
recovery model
the file that is the result of a backup operation
checksum
the file that is the result of a backup operation
risk assessment
the file that is the result of a backup operation
tail
the file that is the result of a backup operation
backup set
the file that is the result of a backup operation
filegroup backup
the file that is the result of a backup operation
partial backup
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
simple recovery model
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
transaction logs
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
truncation
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
recovery model
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
checksum
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
risk assessment
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
tail
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
backup set
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
filegroup backup
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
partial backup
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
simple recovery model
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
transaction logs
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
truncation
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
recovery model
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
checksum
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
risk assessment
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
tail
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
backup set
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
filegroup backup
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
partial backup
a type of database backup in which a database backup is broken into smaller units for performance reasons
simple recovery model
a type of database backup in which a database backup is broken into smaller units for performance reasons
transaction logs
a type of database backup in which a database backup is broken into smaller units for performance reasons
truncation
a type of database backup in which a database backup is broken into smaller units for performance reasons
recovery model
a type of database backup in which a database backup is broken into smaller units for performance reasons
checksum
a type of database backup in which a database backup is broken into smaller units for performance reasons
risk assessment
a type of database backup in which a database backup is broken into smaller units for performance reasons
tail
a type of database backup in which a database backup is broken into smaller units for performance reasons
backup set
a type of database backup in which a database backup is broken into smaller units for performance reasons
filegroup backup
a type of database backup in which a database backup is broken into smaller units for performance reasons
partial backup
a database log that records changes that occur to the data in a database over time
simple recovery model
a database log that records changes that occur to the data in a database over time
transaction logs
a database log that records changes that occur to the data in a database over time
truncation
a database log that records changes that occur to the data in a database over time
recovery model
a database log that records changes that occur to the data in a database over time
checksum
a database log that records changes that occur to the data in a database over time
risk assessment
a database log that records changes that occur to the data in a database over time
tail
a database log that records changes that occur to the data in a database over time
backup set
a database log that records changes that occur to the data in a database over time
filegroup backup
a database log that records changes that occur to the data in a database over time
partial backup
Question
What is a differential database backup?
Question
_____________ logs record changes that occur to the data in a database over time.
Question
What is a full database backup?
Question
What is a checksum and how is it used with a database backup?
Question
Which category of risk has the highest probability of occurrence? Explain your answer.
Question
Backup sets can be assigned a(n)____________ date, which helps to ensure that existing backups on the media will not be overwritten until a specified time in the future.
Question
The rate at which a database changes will determine the ___________ with which backups must occur in order to minimize data loss
Question
The output of a __________ assessment is used to prioritize the allocation of resources in the most effective manner possible.
Question
List the sequence of tasks you should perform to recover a database using backups.
Question
By undertaking an assessment of the risk factors and business requirements, you can build a set of ____________ objectives for each production database under different risk scenarios.
Question
List the four commonly used types of backup plans.
Question
What is the bulk logged recovery model an what type of restores does it support?
Question
What is the importance of the transaction log tail in transaction log backups?
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/36
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 8: Backup and Recovery
1
Which category of risk has the highest probability of occurrence?

A)user error
B)hardware failure
C)system software failure
D)environmental events
A
2
Which of the following is true about backup sets?

A)backup sets are usually stored to the same media as the database log
B)when the expiration date on a backup set passes, the data is no longer usable
C)backups made to tape are preferable to using disks due to better performance
D)a backup device references a physical location where backup sets are stored
D
3
If you experience database corruption, what should you do before performing a restore operation?

A)backup the transaction log tail
B)restore the head of the transaction log
C)perform a fresh full backup
D)check the physical integrity of the database
A
4
How are full and differential database backups used?

A)a differential backup is followed by one or more full backups
B)full backups copy data that has changed since the last differential backup
C)differential backups are usually performed more often than full backups
D)differential backups are more resource intensive than full backups
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
5
The AwlaysOn capabilities of SQL Server 2012 effectively replace the need to perform traditional backups.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
6
Which of the following is NOT a commonly used type of backup plan?

A)Full database backup, simple recovery model
B)Single transaction log backup plus simple recovery model
C)Single transaction log backup plus full database backup
D)Full database backup plus multiple transaction log backups
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
7
What SQL command do you use when restoring transaction logs if you want to do a point-in-time restore?

A)TIMELOG
B)TRANSACT
C)STOPAT
D)NOTAFTER
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
8
Which of the following SQL commands should you perform in a database recovery operation right before you check the logical and physical integrity of the database?

A)RESTORE DATABASE FROM WITH NORECOVERY;
B)RESTORE LOG FROM WITH FILE = n WITH NORECOVERY;
C)RESTORE DATABASE FROM WITH NORECOVERY;
D)RESTORE DATABASE WITH RECOVERY;
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
9
Transaction logs are required in the event that a database needs to be restored back to a specific point in time.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
10
Which recovery model causes all changes to the database to be written to the transaction log?

A)simple recovery model
B)full recovery model
C)bulk logged recovery model
D)truncated recovery model
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
11
Which backup scheme reduces the amount of downtime to perform a restore but creates additional IT management and physical resource overhead?

A)Full database backup plus differential database backup plus multiple transaction log backups
B)Single transaction log backup plus full database backup
C)Full database backup plus multiple transaction log backups
D)Single transaction log backup plus simple recovery model
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
12
Which of the following is true about the factors that should be considered when evaluating database business requirements and the associated risk assessments?

A)mission-critical systems provide administrators with a large time window for performing maintenance
B)databases that have a high change rate require more frequent backups
C)for best performance, backups should be done when the system is under peak load
D)a single large database is usually easier to maintain than several smaller databases
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
13
Which of the following is true about recovery objectives?

A)they should be the same for each database
B)the RTO is usually the same whether the recovery scenario involves one or many databases
C)the RTO is the maximum amount of data that may be lost
D)the recovery point objective is expressed as a time frame
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
14
After you devise a backup plan, you should do a risk assessment.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
15
Which of the following is a reason that transaction logs must be backed up frequently?

A)so you don't have to spend time backing up data files
B)frequent backups increase the likelihood of a corrupt active transaction log
C)when the log is backed up, it is truncated
D)the tail of the log increases each time the log is backed up
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
16
In which risk category would an incompatibility between SQL Server and Windows be considered?

A)user error
B)hardware failure
C)system software failure
D)environmental events
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
17
Data loss caused by environmental events has the greatest possibility of occurrence.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
18
Which of the following is NOT among the three primary factors that should be considered for each risk scenario identified?

A)probability of occurrence
B)personnel involved in the scenario
C)magnitude of the impact
D)difficulty of timely detection
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
19
Which of the following is true about database backup types?

A)backups can be performed when a database is offline
B)backups cannot be performed when a database is online
C)SQL Server 2012 databases can only be backed up using Object Explorer
D)incremental backups can be performed using the BackUp Database dialog box
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
20
SQL Server 2012 can back up database files to physical disk media or to tape.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
21
List four business requirements factors that should be evaluated for each production user and system database.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
22
Describe the two types of recovery objectives you should build for each production database under different risk scenarios.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
23
Match between columns
a process undertaken to identify and objectively quantify all potential data loss scenarios
simple recovery model
a process undertaken to identify and objectively quantify all potential data loss scenarios
transaction logs
a process undertaken to identify and objectively quantify all potential data loss scenarios
truncation
a process undertaken to identify and objectively quantify all potential data loss scenarios
recovery model
a process undertaken to identify and objectively quantify all potential data loss scenarios
checksum
a process undertaken to identify and objectively quantify all potential data loss scenarios
risk assessment
a process undertaken to identify and objectively quantify all potential data loss scenarios
tail
a process undertaken to identify and objectively quantify all potential data loss scenarios
backup set
a process undertaken to identify and objectively quantify all potential data loss scenarios
filegroup backup
a process undertaken to identify and objectively quantify all potential data loss scenarios
partial backup
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
simple recovery model
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
transaction logs
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
truncation
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
recovery model
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
checksum
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
risk assessment
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
tail
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
backup set
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
filegroup backup
a type of configuration setting that specifies which type of database transactions should be recorded in the transaction log
partial backup
the active transaction log that contains the database changes since the last transaction log backup
simple recovery model
the active transaction log that contains the database changes since the last transaction log backup
transaction logs
the active transaction log that contains the database changes since the last transaction log backup
truncation
the active transaction log that contains the database changes since the last transaction log backup
recovery model
the active transaction log that contains the database changes since the last transaction log backup
checksum
the active transaction log that contains the database changes since the last transaction log backup
risk assessment
the active transaction log that contains the database changes since the last transaction log backup
tail
the active transaction log that contains the database changes since the last transaction log backup
backup set
the active transaction log that contains the database changes since the last transaction log backup
filegroup backup
the active transaction log that contains the database changes since the last transaction log backup
partial backup
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
simple recovery model
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
transaction logs
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
truncation
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
recovery model
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
checksum
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
risk assessment
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
tail
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
backup set
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
filegroup backup
a process that occurs each time a database is backed up; causes space to be made available in the active transaction log for recording new activity
partial backup
a recovery model setting that causes the database engine not to record any events in the transaction log
simple recovery model
a recovery model setting that causes the database engine not to record any events in the transaction log
transaction logs
a recovery model setting that causes the database engine not to record any events in the transaction log
truncation
a recovery model setting that causes the database engine not to record any events in the transaction log
recovery model
a recovery model setting that causes the database engine not to record any events in the transaction log
checksum
a recovery model setting that causes the database engine not to record any events in the transaction log
risk assessment
a recovery model setting that causes the database engine not to record any events in the transaction log
tail
a recovery model setting that causes the database engine not to record any events in the transaction log
backup set
a recovery model setting that causes the database engine not to record any events in the transaction log
filegroup backup
a recovery model setting that causes the database engine not to record any events in the transaction log
partial backup
the file that is the result of a backup operation
simple recovery model
the file that is the result of a backup operation
transaction logs
the file that is the result of a backup operation
truncation
the file that is the result of a backup operation
recovery model
the file that is the result of a backup operation
checksum
the file that is the result of a backup operation
risk assessment
the file that is the result of a backup operation
tail
the file that is the result of a backup operation
backup set
the file that is the result of a backup operation
filegroup backup
the file that is the result of a backup operation
partial backup
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
simple recovery model
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
transaction logs
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
truncation
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
recovery model
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
checksum
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
risk assessment
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
tail
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
backup set
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
filegroup backup
a unique variable that is computed based on the data contained in a page and used to verify the integrity of that data
partial backup
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
simple recovery model
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
transaction logs
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
truncation
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
recovery model
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
checksum
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
risk assessment
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
tail
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
backup set
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
filegroup backup
a type of database backup in which only data in the primary filegroup and read-write filegroups are backed up by default
partial backup
a type of database backup in which a database backup is broken into smaller units for performance reasons
simple recovery model
a type of database backup in which a database backup is broken into smaller units for performance reasons
transaction logs
a type of database backup in which a database backup is broken into smaller units for performance reasons
truncation
a type of database backup in which a database backup is broken into smaller units for performance reasons
recovery model
a type of database backup in which a database backup is broken into smaller units for performance reasons
checksum
a type of database backup in which a database backup is broken into smaller units for performance reasons
risk assessment
a type of database backup in which a database backup is broken into smaller units for performance reasons
tail
a type of database backup in which a database backup is broken into smaller units for performance reasons
backup set
a type of database backup in which a database backup is broken into smaller units for performance reasons
filegroup backup
a type of database backup in which a database backup is broken into smaller units for performance reasons
partial backup
a database log that records changes that occur to the data in a database over time
simple recovery model
a database log that records changes that occur to the data in a database over time
transaction logs
a database log that records changes that occur to the data in a database over time
truncation
a database log that records changes that occur to the data in a database over time
recovery model
a database log that records changes that occur to the data in a database over time
checksum
a database log that records changes that occur to the data in a database over time
risk assessment
a database log that records changes that occur to the data in a database over time
tail
a database log that records changes that occur to the data in a database over time
backup set
a database log that records changes that occur to the data in a database over time
filegroup backup
a database log that records changes that occur to the data in a database over time
partial backup
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
24
What is a differential database backup?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
25
_____________ logs record changes that occur to the data in a database over time.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
26
What is a full database backup?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
27
What is a checksum and how is it used with a database backup?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
28
Which category of risk has the highest probability of occurrence? Explain your answer.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
29
Backup sets can be assigned a(n)____________ date, which helps to ensure that existing backups on the media will not be overwritten until a specified time in the future.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
30
The rate at which a database changes will determine the ___________ with which backups must occur in order to minimize data loss
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
31
The output of a __________ assessment is used to prioritize the allocation of resources in the most effective manner possible.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
32
List the sequence of tasks you should perform to recover a database using backups.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
33
By undertaking an assessment of the risk factors and business requirements, you can build a set of ____________ objectives for each production database under different risk scenarios.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
34
List the four commonly used types of backup plans.
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
35
What is the bulk logged recovery model an what type of restores does it support?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
36
What is the importance of the transaction log tail in transaction log backups?
Unlock Deck
Unlock for access to all 36 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 36 flashcards in this deck.