sys.sp_backup_on_demand
general #stored-procedure
Description
2016 (13.x) and later versions Requests SQL Server managed backup to Microsoft Azure to perform a backup of the specified Use this stored procedure to perform ad hoc backups for a database configured with SQL Server managed backup to Microsoft Azure. This prevents any break in the backup chain and SQL Server managed backup to Microsoft Azure processes are aware and the backup is stored in the same Azure Blob storage container.
Syntax
EXECUTE managed_backup.sp_backup_on_demand
[ @database_name = ]
'database name'
, [ @type = ] {
'Database'
|
'Log'
}
[ ; ]