Use Windows Server Backup (WSB)
On your current server, use Windows Server Backup to create backup of database you want to restore to new server. Once done, follow these steps on the new server,
Open Windows Server Backup and click Recover to start the Recovery Wizard
Choose ‘Another Server’ from the option and click ‘Next’
Choose location type and click ‘Next’. You can either choose Local drives or Remote shared folder, wherever you have stored the database
Select the backup date and time for data restoration and click ‘Next’
Select ‘Applications’ and click ‘Next’ and then ‘Next’ again
Choose ‘Recover to another location’ and click ‘Browse ‘to specify the location
Choose which database you want to restore on the new server
IMPORTANT NOTE: The restored database will be in dirty shutdown state and thus, you will need to put the database back into clean shutdown state by using Eseutil.
Review and confirm the restore settings and click ‘Recover’
Once the process is completed, click ‘Close’
To check if this worked, go to the directory where you restored the database and check if the database exists. You may also check the WSB logs to verify the job status.