While trying to open the application when it has shown whether any database in suspect state or not able to open.If there any error like below this sentence ,i will step by step process to solve this issue.
Note:While opening application is it has shown key word as dbcc heckdb ,it is database issue need to follow the steps given below to solve it.
Step 1:Right click application icon and select option as open file location.Next check for for db maintain tool in the list of file and double click to open it.
Step 2:Once db maintool is opened it will show whether database is online or not and need to select tab option others and select the database one by one for which need to check and select check db button it will result of database health is there any constituency error.
Step 3:IF there any errors as allocation errors or consistency ,we can check by restore old backup or repair database.The database repair can be done under tab repair database and select the database using space bar and click on repair data.
Step 4:If there any database moved for single user it can be converted to multiple user using other option->others->select the database and select option as switch to multi user.
This is process for how to solve the database related issue.