Bonjour à tous,

J'ai essayé de faire un backup avec:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
EXEC managed_backup.sp_backup_on_demand  'DB_MCO','database'
 
Msg 45207, Level 17, State 4, Procedure sp_add_task_command, Line 102 [Batch Start Line 4]
SQL Server Managed Backup to Microsoft Azure cannot schedule a 'Database' backup for the database, 'DB_MCO', 
because SQL Server Managed Backup to Microsoft Azure is not enabled for the database.
Est ce une commande propre à un environnement Azure ?

Merci.

A+