How to Enable Log Truncations when SQL Database is in Full Recovery Mode

Symptom

When the database is in the Full mode and a full database backup is performed, the SQL truncation log cannot be truncated.

Solution

To resolve this problem, add two registry values to enable Arcserve UDP, run the BACKUP LOG command to back up the transaction log. This command marks the space, which is already written to database file, as reusable.

Follow these steps to add the registry value:

  1. Open the registry table editor using the following command:
  2. regedit

  3. For agentless backup, navigate to the below key. Create the registry table value inside the VM that you want to backup. If the registry table key is not available, then create the complete key path.
  4. Create the following two registry values and for both set the value to 1:

The solution is in effect when the next purge job occurs.