To backup the repository database MM into a file /backups/SQLServer/MM.bak, use the following command:
BACKUP DATABASE [MM] TO DISK = N'/backups/SQLServer/MM.bak' WITH NAME = N'MM-Full Database Backup' GO
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!