T
T
Tolotob2020-08-05 10:54:26
Database administration
Tolotob, 2020-08-05 10:54:26

How to fix "Error 9002 Cause Checkpoint"?

There is such situation:
1. A DB which DBCC SQLPERF(LOGSPACE);shows that Log Space Used exceeds 100%.
2. Because of this, I can neither detach the database, nor make a backup, nothing at all. Always throws error 9002 Checkpoint .
3. There is no backup.
Question: what can be done in this situation?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Tsvetkov, 2020-08-05
@tsklab

Increase the size of the database , if the edition allows.
Add data files or logs .
If it is not possible to correct the error according to the manual , it will remain to use strong means:
- attach a data file on another server without a log, it will be created empty and replaced with it on the main server;
- export everything to a new database.
Naturally, you need to take care of the new database: set it up, clean it in time and solve other problems.

can't detach db
Stop the server service and the files will be released.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question