Hi folks,
I'm a bit new to SQL, so I'm in 'absorption' mode when it comes to this topic, but I have a client who has a database that has been growing exponentially with no known application explanation. The .mdf file is roughly 2 gig or so, but the transaction log (*.ldf) has been growing like crazy. It currently sits at around 14 gig and has grown by 7 gig in just the last 3 weeks.
I've found instructions on truncating the log and shrinking the database, but my primary concern is finding out what is causing the growth.
From what I can tell, there isn't an easy way to see what's in the log in hopes of getting a clue as to the cause of the growth. I have found 'log viewers' out there which apparently do this, but wasn't sure if they'd help.
I've also been told that going to simple recovery mode might resolve the issue, but I've also heard that enabling that is somehow limiting when it comes to your recovery options and may not be recommended.
I'm looking for any tips on how I might tackle the topic of finding what's causing this log file growth.
Thanks in advance.
SupGuy
I'm a bit new to SQL, so I'm in 'absorption' mode when it comes to this topic, but I have a client who has a database that has been growing exponentially with no known application explanation. The .mdf file is roughly 2 gig or so, but the transaction log (*.ldf) has been growing like crazy. It currently sits at around 14 gig and has grown by 7 gig in just the last 3 weeks.
I've found instructions on truncating the log and shrinking the database, but my primary concern is finding out what is causing the growth.
From what I can tell, there isn't an easy way to see what's in the log in hopes of getting a clue as to the cause of the growth. I have found 'log viewers' out there which apparently do this, but wasn't sure if they'd help.
I've also been told that going to simple recovery mode might resolve the issue, but I've also heard that enabling that is somehow limiting when it comes to your recovery options and may not be recommended.
I'm looking for any tips on how I might tackle the topic of finding what's causing this log file growth.
Thanks in advance.
SupGuy