Question : Log Getting Filled in SQL Server

How to find which session/job making log file getting filled from long time?
What is the best way to SHRINk log file?
What is the value/size i have to specify to shrink log file optimally?

Answer : Log Getting Filled in SQL Server

So that is telling me your log file is pretty much "empty". I don't know why it grew but it was likely some or more of the causes mentioned in my post above or discussed on my blog post category I linked a few above.

I would say shrink the log and grow it to a size that is appropriate with the VLFs in mind from that SQLSkills post and watch it closely over time to see when it starts growing.

Out of curiosity, before shrinking and regrowing, how many rows does DBCC LOGINFO in that database return? Still do the shrink and regrow with the VLFs in mind but just shoot out the answer when and if you get a second.
Random Solutions  
 
programming4us programming4us