cancel
Showing results for 
Search instead for 
Did you mean: 

DLO Data Base in "suspect" status.

amutto
Level 4

Hi all,

Yesterday we have a unexpected power down on our DLO Server; then when the server go up back we realize that the DLO Console doen't open and the DLO database are in (suspect) state.

So, does anyone know how we can solve this issue? I found this query on the internet but I'm not sure if it could work.

ALTER DATABASE DLO SET EMERGENCY
DBCC checkdb(DLO)
ALTER DATABASE DLO SET SINGLE_USER WITH ROLLBACK IMMEDIATE
DBCC CheckDB (DLO, REPAIR_ALLOW_DATA_LOSS)
ALTER DATABASE DLO SET MULTI_USER

 

Thanks,

Alex

1 ACCEPTED SOLUTION

Accepted Solutions

amutto
Level 4

Sorry, I could not wait and tried the above query.
It worked correctly. 

Thanks !

View solution in original post

1 REPLY 1

amutto
Level 4

Sorry, I could not wait and tried the above query.
It worked correctly. 

Thanks !