We are working to archive and store a set of SQL Server databases that exist on a SQL Server 2008 R2 instance on server A (which will be decommissioned). The goal is to backup (and compress) all databases and migrate them to server B (data warehousing server). Server B is running SQL Server 2014.
I have completed all the migration and now I am attempting to test the restore of one of the databases to make sure we can restore them if needed on server B.
When I attempt to restore using the restore wizard in server B, the restore starts but in checking the progress of the restore, it never moves past 0%. It just keeps trying to restore.
Any idea what maybe going on?