Comments
1 comment
-
The process log files deletion is triggered at the end of every SQL Backup process. So something like this will trigger it to run:
EXEC master..sqlbackup 'BACKUP DATABASE model TO DISK = [<AUTO>]"'
Which logs are not getting deleted? Is it those in the primary log file folder, or those in the LOGTO folder?
Add comment
Please sign in to leave a comment.
What is the mechanism that does the deletion? Is it on opening the SQL Backup GUI? Some background process?
I've searched the documentation and didn't seem too clear me, but perhaps it is when opening up the GUI.