Hi all,
The log file is growing crazy. I checked the DB size:
--MyDB log_mb:14572.25 rows_mb:788.25 size_mb:15360.50
Check the log with:
SELECT log_reuse_wait_desc,*FROM SYS.DATABASES
Found option LOG BACKUP, so I did the backup of the log and the log % reduce to 2.6.
Now, how can I find out the process that it is making the log to grow crazy?
It is a way to explore the trn file? Or I have to check the log before I do the backup?
Thanks in advanced.