Hi AllenFrancis-7154,
Do you have a valid backup of the database? You can try to restore the backup of database currently.
In addition, could you please share us the detailed error message returned by dbcc checkdb?
Best Regards,
Amelia
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
MASTER Database SGAM page corrupted and it says object id 99 but when in search in sysobjects table there is no 99 object id.
Hi AllenFrancis-7154,
Do you have a valid backup of the database? You can try to restore the backup of database currently.
In addition, could you please share us the detailed error message returned by dbcc checkdb?
Best Regards,
Amelia
We need the error messages, including the final statement. But GAM and SGAM corruptions are rarely a good sign (if there ever is when it comes to corruption). So be prepared to restore from a backup.
Considering this is the master database, if you don't have a backup you'd be in for attaching or restoring all your user databases to a new SQL Server (or if you do a rebuild) and then re-create everything which you have in the master database (logins, linked servers etc). Messy and tiresome, but most likely doable.