Transaction log truncation for SQL Server

Acronis Backup does not truncate transaction logs after creating a disk-level backup.

If you want to truncate transaction logs, there are two options:

In both cases, transaction logs will be truncated automatically.

To switch the database to the Simple Recovery Model

  1. Run Microsoft SQL Server Management Studio and connect to the instance.
  2. Right-click the database, and then click Properties. This will open the Database Properties dialog box.
  3. In the Select a page pane, click Options.
  4. In the Recovery Model list, click Simple.

To back up transaction logs by using Transact-SQL

Refer to the following article: https://technet.microsoft.com/en-US/library/ms186865(v=sql.90).aspx.