I have one SQL Server holding couple databases. And a maintenance job running every night to backup the log files.
The command like :
BACKUP LOG DB_1 WITH TRUNCATE_ONLY
The server have kept sending error messages those days.
It said the Log file is full. Actually, noone is using those databases.
I need help!