Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 3.89 KB

File metadata and controls

56 lines (33 loc) · 3.89 KB
title Configure Backup Compression (SQL Server)
description This article describes how to over override the server-level default when creating a single backup or scheduling a series of routine backups in SQL Server.
author MashaMSFT
ms.author mathoma
ms.date 03/14/2017
ms.service sql
ms.subservice backup-restore
ms.topic how-to

Configure Backup Compression (SQL Server)

[!INCLUDE SQL Server]

At installation, backup compression is off by default. The backup compression default server-level configuration option sets the default behavior for backup compression. However, you can override the server-level default when creating a single backup or scheduling a series of routine backups. To change the server-level default, see View or Configure the backup compression default Server Configuration Option.

Use integrated acceleration and offloading

Beginning with [!INCLUDE sssql22-md], use Integrated acceleration and offloading to compress backups with Intel® QuickAssist Technology.

Override the Backup Compression Default

You can change the backup compression behavior for an individual backup, backup job, or log shipping configuration.

See Also

Backup Compression (SQL Server)