Running SQL Server 2014 SP1 on Windows 2012 R2We do a lot of automated restores in lower environments from production every evening. The drive layouts vary from server to server. I've noticed that, occasionally, a restore will fail because it can't find drive "x:". Re-running the restore with the MOVE clause does the trick. What's odd is that subsequent runs of the command without the MOVE command work.Does SQL Server somehow "remember" how to map the drives after an initial restore run with the MOVE command?
↧