Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 2.67 KB

back-up-database-task.md

File metadata and controls

49 lines (36 loc) · 2.67 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords
Back Up Database Task
Back Up Database Task
chugugrace
chugu
03/14/2017
sql
integration-services
conceptual
sql13.dts.designer.backupdatabasetask.f1
database backups [Integration Services]
Back Up Database task [Integration Services]
backing up databases [Integration Services]
transaction log backups [Integration Services]
backing up transaction logs [Integration Services]

Back Up Database Task

[!INCLUDEsqlserver-ssis]

The Back Up Database task performs different types of [!INCLUDEssNoVersion] database backups. For more information, see Back Up and Restore of SQL Server Databases.

By using the Back Up Database task, a package can back up a single database or multiple databases. If the task backs up only a single database, you can choose the backup component: the database, or its files and filegroups.

Supported Recover Models and Backup Types

The following table lists the recovery models and backup types that the Back Up Database task supports.

Recovery model Database Database differential Transaction log File or file differential
Simple Required Optional Not supported Not supported
Full Required Optional Required Optional
Bulk-logged Required Optional Required Optional

The Back Up Database task encapsulates a Transact-SQL BACKUP statement. For more information, see BACKUP (Transact-SQL).

Configuration of the Back Up Database Task

You can set properties through [!INCLUDEssIS] Designer. This task is in the Maintenance Plan Tasks section of the Toolbox in [!INCLUDEssIS] Designer.

For more information about the properties that you can set in [!INCLUDEssIS] Designer, click the following topic:

For more information about how to set these properties in [!INCLUDEssIS] Designer, click the following topic: