Link to home
Start Free TrialLog in
Avatar of palim
palim

asked on

database marked suspect or loading

i've a question to seek for assistance,
what is the cause that our database is always marks as suspect or loading, which everytime we have to reset the status.
for your information, we do a lot of dump and load, is that the cause of this problem !
we need to avoid this serious problem as soon as possible !

tks !
 
Avatar of vujos
vujos

Hi,

Did you ever run DBCC CHECKDB on your database. If you did what is output, and if you did not you should IMMEDIATELY and send the results.

Luck.
It sounds like everytime you are dumping your database, and preparing to load it, you are not clearing your transaction log as well.  Databases are marked suspect, when they are unable to rollforward or back a transaction that is in the transaction logs.  
I would suggest running a DBCC on the database where you are dumping it from and looking for possible corruption.
Also, be sure dump the transaction log prior to dumping the database, making sure there are no open transactions at the time.
ASKER CERTIFIED SOLUTION
Avatar of cvillacrizv
cvillacrizv

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial