My Master databases is failing the integrity check from the database maintenance plan. I also ran dbcc checkdb on the Master database and also received the following errors.
CHECKDB found 0 allocation errors and 5 consistency errors in table 'sysmessages' (object ID 36).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 11272192)' (object ID 11272192).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 635859997)' (object ID 635859997).
DBCC results for 'dtproperties'.
What is the best and safest method to fix this? I do have backups of the Master database but I don't know what the repercussions of restoring this is.
CHECKDB found 0 allocation errors and 5 consistency errors in table 'sysmessages' (object ID 36).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 11272192)' (object ID 11272192).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 635859997)' (object ID 635859997).
DBCC results for 'dtproperties'.
What is the best and safest method to fix this? I do have backups of the Master database but I don't know what the repercussions of restoring this is.