• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/3

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

3 Cards in this Set

  • Front
  • Back
Unsupported conditions
1. The database must currently have only one database snapshot, to which you plan to revert.
2. Any read-only or compressed filegroups exist in the database.
3. Any files are now offline but were online when the snapshot was created.
Limitations
Not intended for media recovery. Snapshot is an incomplete copy of the database files, so if database or database snapshot is corrupted, reverting is likely impossible or may not correct the problem.
Must use full recovery model.
Original Source database is overwritten by the reverted database, so any updates to the database since the snapshot's creation are lost.
The revert operation overwrites the old log file and rebuilds the log. Therefore back up log before reverting.
Reverting breaks teh log backup chain. Take a full database backup or file backup. Full db backup is recommended.
During a revert operation, both the snapshot and the source database are unavailable. The source db and snapshot are both marked "In restore" IF an error occurs during the revert operation, when the db starts up again, the revert operation will try to finish reverting.
The metadata of a reverted db is the same as the metadata at the time of the snapshot
Reverting drops all the full-text catelogs
prerequisites
Verify that the db has not become corrupted (if corrupted, restore it from backups)
Identify a recent snapshot that was created before the error.
Drop any other snapshots.