RM-SQL Recovery script
Posted: Fri Sep 12, 2014 8:59 am
I've want to share Powershell script I've designed to address restriction imposed by Recovery Manager for SQL: in order to restore snapshot via RM source sql server has to be on-line.
Basically this script will mount latest snapshot to a DR host and present volumes inside OS. Does exactly the same stuff as RM. I've only tested it with Windows 2008 R2. There is a lot of diskpart parsing as some data is not available via WMI (blame Microsoft).
Basically this script will mount latest snapshot to a DR host and present volumes inside OS. Does exactly the same stuff as RM. I've only tested it with Windows 2008 R2. There is a lot of diskpart parsing as some data is not available via WMI (blame Microsoft).