Click or drag to resize
SqlInstallationHelperBackupDatabase Method
Backup given database to filesystem.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static void BackupDatabase(
	string connectionString,
	string backupPath
)

Parameters

connectionString
Type: SystemString
Connection string of database to backup
backupPath
Type: SystemString
Path to filesystem, where the database will be backuped on the database server.
See Also