You can restore the SCCM database but there are some considerations to keep in mind.
- Database restore from backup:
- Yes, you can restore the SCCM database from a backup. This process involves recovering the site database using a backup set.
- You can either use the Configuration Manager backup task to restore the site database or create your own backup using a different process (such as a SQL Server maintenance plan).
- Ensure that you have a recent and valid backup of the SCCM database before proceeding with the restore.
- Site recovery or maintenance:
- Repair and Resynchronize Data: These are core tasks during site recovery. They ensure that the site functions properly after the restore.
- Server Hardware considerations:
- If you're using a new server, make sure it meets the general and recovery requirements.
- If you're reusing an existing server, clean it by removing any previous configurations related to SCCM.
- For site database recovery only, manually delete the site database from the SQL Server and restart the SQL Server.
- For full recovery, follow the appropriate steps based on your scenario.
- Uninstall Configuration Manager Console: If necessary, uninstall the Configuration Manager console from the server.
- Confirm Registry Key Deletion: Ensure that all relevant registry keys related to SCCM are deleted.
- Content Library: If applicable, make a copy of the content library.
- SQL Server Backup: Back up any other supporting databases, such as WSUS, and note the SQL Server name and instance name.
Make sure to look into our documentation for backup and restore. You can find them at https://learn.microsoft.com/en-us/mem/configmgr/core/servers/manage/backup-and-recovery and https://learn.microsoft.com/en-us/mem/configmgr/core/servers/manage/recover-sites
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.