Checkpoint mystery

  • I have a development database with a recovery mode of simple. The t-log isn't clearing after ETL or index maintenance. Executing CHECKPOINT or BACKUP TRAN... clears the log. I've verified I don't have any open trans, it passes dbcc checkdb and I'm at v8.00.2162. Increasing the size of the t-log didn't make a difference.

    Any other ideas?

    David

  • I'd double check that simple mode is enabled (look in sysdatabases for status) and then I'd also look for open trans (DBCC opentran).

    That's a strange one. Is it only the ETL process? If you run other transactions, or make something up, does it checkpoint?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply