Problema con SQL Server 2000 en la indexación.

13/10/2003 - 19:46 por mauridav | Informe spam
Hola,

Tengo instalado SQL Server 2000, y tengo el siguiente problema:
Tengo una base de datos, la cual no está indexando la información que hay en
ella.
Al revisar el log que tiene, se puede ver el siguiente mensaje:

Error: 9002, Severity: 17, State: 6

The log file for database 'xxx' is full. Back up the transaction log for the
database to free up some log space..

Could not write a CHECKPOINT record in database ID x because the log is out
of space.

Automatic checkpointing is disabled in database 'xxx' because the log is out
of space. It will continue when the database owner successfully checkpoints
the database. Free up some space or extend the database and then run the
CHECKPOINT statement.



¿Alguien me puede decir a que se debe esto, y como puedo hacer para
solucionarlo?

Saludos y gracias...
Mauricio.-
 

Leer las respuestas

#1 Miguel Egea
13/10/2003 - 19:53 | Informe spam
Mauricio tienes el log de la base de datos lleno y sin posibilidades de
crecer. Esto quiere decir que no tienes ninguna estrategia de copias de
seguridad de log. Si esto no te preocupa, ve al administrador corporativo y
pon el modo de recuperación en simple. Despues consulta las faqs del grupo
en http://www.helpdna.net y revisa la primera de estas faqs.

Suerte
Saludos
Miguel Egea

"mauridav" escribió en el mensaje
news:
Hola,

Tengo instalado SQL Server 2000, y tengo el siguiente problema:
Tengo una base de datos, la cual no está indexando la información que hay


en
ella.
Al revisar el log que tiene, se puede ver el siguiente mensaje:

Error: 9002, Severity: 17, State: 6

The log file for database 'xxx' is full. Back up the transaction log for


the
database to free up some log space..

Could not write a CHECKPOINT record in database ID x because the log is


out
of space.

Automatic checkpointing is disabled in database 'xxx' because the log is


out
of space. It will continue when the database owner successfully


checkpoints
the database. Free up some space or extend the database and then run the
CHECKPOINT statement.



¿Alguien me puede decir a que se debe esto, y como puedo hacer para
solucionarlo?

Saludos y gracias...
Mauricio.-




Preguntas similares