It would be good to get more information about what is happening here. You've outline something, but there are multiple ways to make a disk snapshot, so I don't quite know what you mean by this term.
Hi Steve
Yes of course , hth
CREATE DATABASE My_DB1_snapshot ON ( NAME = N'My_DB1', FILENAME = N'c:\shared\My_DB1_snapshot.snap' ) AS SNAPSHOT OF My_DB1;
RESTORE DATABASE My_DB1 from DATABASE_SNAPSHOT = 'My_DB1_snapshot';
Its the restore that has gone from 5 mins per db to 25 mins
many thanks Simon
the snapshot sparse files may be a lot larger now since the original snapshot was taken
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
Sorry, got busy yesterday.
I know over time there sometimes are issues. Are you dropping the snapshot? Dropping all snapshots at anytime?
Steve Jones - SSC Editor - Wednesday, July 26, 2017 8:51 AM
in order to restore\revert to a snapshot all others have to be dropped, this is a pre req
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
Steve Jones - SSC Editor - Wednesday, July 26, 2017 8:51 AM
We drop /recreate snapshots on a regular basis so its not that
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply