I have a SQL server with its database stored on a dedicated (virtual) hard drive (the operating system is on another). I would like to be able to do two different types of restoration from backups.
In one instance, the whole server has crashed and I just want to restore the whole thing as it was (that's what's there now).
In another instance I have (perhaps) mangled the OS somehow and want to restore only the OS drive but leave the database current to the moment that I begin the restoration.
Is there a way to do this? (So far the best I can do is to exclude the SQL storage drive from the backup itself, which would work for a manual "pre-updates" type of backup, but of course I couldn't leave it that way for ongoing nightly backups.) I would like to know if there's just a command line to exclude one of the drives from restoration or if there is some way that I could schedule both types of backup (ie, at night take a full backup, and also take an OS drive only backup, so that I could choose either when needed).
Thanks.
In one instance, the whole server has crashed and I just want to restore the whole thing as it was (that's what's there now).
In another instance I have (perhaps) mangled the OS somehow and want to restore only the OS drive but leave the database current to the moment that I begin the restoration.
Is there a way to do this? (So far the best I can do is to exclude the SQL storage drive from the backup itself, which would work for a manual "pre-updates" type of backup, but of course I couldn't leave it that way for ongoing nightly backups.) I would like to know if there's just a command line to exclude one of the drives from restoration or if there is some way that I could schedule both types of backup (ie, at night take a full backup, and also take an OS drive only backup, so that I could choose either when needed).
Thanks.