SqlInstallationHelperBackupDatabase Method |
Backup given database to filesystem.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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