MS SQL Backup Job Not Deleting or Removing Log Files

MS SQL Backup Job Not Deleting or Removing Log Files

So your transaction logs aren’t shrinking or deleted after a FULL backup?

Here is how you can shrink the transaction logs after a backup:

You have to use the “DBCC SHRINKFILE” command.