I've got a log file on my database whose size is 303 MB and %used is 3.19.
I'm pretty sure the transaction volume is limited to a few tables. The database and log are backed up nightly.
How do I assess my log to determine:
- whether I can shrink the allocated space, and thus the log
- how big my log grows daily/weekly?
Do I check the logspace before I run the transaction log and full database backup?
Is there a way to log the log size in a table each night before/after these jobs run?