Hi,
We do full backups only, no log file backups. One of our log files reached the 100GB mark. I realized this is my fault because I wasn't truncating & shrinking the log file on a regular basis.
But I'm just curious as to why this log got so big? Is it only because I neglected to back it up with truncate? OR - is it because there a huge transaction at some point that increased the size?
I ask, because my understanding is that a log file will release old transactions after they've been written to the data file, so unless the transaction are inordinately huge, the log shouldn't grow this big under "normal" use.
Thanks
We do full backups only, no log file backups. One of our log files reached the 100GB mark. I realized this is my fault because I wasn't truncating & shrinking the log file on a regular basis.
But I'm just curious as to why this log got so big? Is it only because I neglected to back it up with truncate? OR - is it because there a huge transaction at some point that increased the size?
I ask, because my understanding is that a log file will release old transactions after they've been written to the data file, so unless the transaction are inordinately huge, the log shouldn't grow this big under "normal" use.
Thanks