Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 3.09 KB

File metadata and controls

32 lines (27 loc) · 3.09 KB
title Backup Options | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology analysis-services
ms.topic conceptual
helpviewer_keywords
backing up databases [Analysis Services]
databases [Analysis Services], backing up
ms.assetid 02d33fc9-f3f4-4b85-8b90-449b68625cf7
author minewiskan
ms.author owend
manager craigg

Backup Options

There are many ways to back up your [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] databases and they all require that you have server administrator and database administrator permissions. You can open the Backup dialog box in [!INCLUDEssManStudioFull], select the appropriate options configuration, and then run the backup from the dialog box itself. Or, you can create a script using the settings already specified in the file; the script can then be saved and run as frequently as required.

Backup and Synchronize

If the database is located on a remote instance of [!INCLUDEssASnoversion], you can use the synchronization feature to back up the database to the local instance. Development builds of a database can be moved into production in this manner. You can also use the conventional, file based, backup and restore to move the development build into production, but synchronization provides additional functionality. For example, you can have security settings which are different for the development and production computers; synchronization will provide you the option to maintain those settings and synchronize all objects other than roles. Also, synchronization typically does an incremental update of those objects which are different for the source and destination computers. This kind of incremental backup is not available using the backup/restore feature. For more information, see Synchronize Analysis Services Databases.

Important

The Analysis Services service account must have permission to write to the backup location specified for each file. Also, the user must have one of the following roles: administrator role on the [!INCLUDEssASnoversion] instance, or a member of a database role with Full Control (Administrator) permissions on the database to be backed up.

See Also

Backup Database Dialog Box (Analysis Services - Multidimensional Data)
Backup and Restore of Analysis Services Databases
Backup Element (XMLA)
Backing Up, Restoring, and Synchronizing Databases (XMLA)