I was on a client's server when i noticed that the log file for one of the databases had been autogrowing. The database is in simple recovery, there is no replication happening on the server, and there are no open transactions. I've seen in perfmon that the checkpoints are occurring but nothing is being truncated at that time, when I manually do a checkpoint I start seeing activity on the Log Truncations counter.
So I've created an Agent job to do a manual checkpoint every 10 min which seems to have "Band-Aided" the situation.
Any suggestions?
TIA
-Steven