|   | ![]() |
|
Backup Overview 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 If the database did not come back up clean, you must perform the following procedure:
Corrupt msdb You will need to restore from the most recent backup. After the restore is complete, you must ensure that all of your jobs, alerts, and operators still exist and are working. You can do this by recreating each of the jobs, alerts, and operators. Corrupt master Having a corrupt master database is the most severe internal problem you can have in SQL Server. This will require a full rebuild of the SQL Server. The process for doing this is as follows:
If the above procedure does not work or a database was reset to suspect after you reset the status, you have corruption that has propagated to the user databases. You must fix this by the following procedure.
Bad master backup If the backup of master is bad, you still have some options. The procedure to recover the server is as follows:
Backup Overview 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
All content on this site, except where noted, represents an original work of Michael R. Hotek and is protected by applicable copyright laws. The SQL Server FAQ is the sole work of Neil Pike. No page, portion of a page, or download may be used for commercial purposes in whole or in part without the express, written permission of the applicable author.