I need to restore an MS SQL 2008 R2 server. The original server was completely destroyed, nothing to salvage. Yet there is backup of all data, plus system databases, master, msdb, model; .bak files.
I setup a new machine, exactly same version of sql, 2008R2 SP2, and tried to restore master db first. The restore succeeded, but then the sql service could not start, using the recovered master. It seems that every path on the old-destroyed server was custom, data DBs, system DBs, even sql executables.
Is there any way to figure out the paths used on the old server, even for sql executables?
I suppose I'll have to uninstall-install sql server again, to have all custom paths set, in case we locate the custom executable paths, is this correct?
Also, for future reference, on an MS SQL server, is there any way to export all these paths?