cancel
Showing results for 
Search instead for 
Did you mean: 

Database switch to suspect mode

Former Member
0 Kudos

hello expert ,

My client productive systems sbo-common database is been switched to suspect mode,

so is there any solution out there ,

and can we know by the database which patch level of sap we are using.

thanks and regards

kushal

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189546
Active Contributor
0 Kudos

Hello,

Also check

81692 - Suspect database

regards,

John Feely

Former Member
0 Kudos

Suspect database is generally caused by internal IO problems.You can ask the hardware team to check and possibly correct the issue.

You can check the db consistency using this command:

DBCC CHECKDB (‘DBname’) WITH NO_INFOMSGS, ALL_ERRORMSGS

Also check if you have a valid backup and try to restore it on a test database.

Good luck.