July 24, 2017 at 5:22 am
Hi, in one of our test environments I've noticed snapshots restores are taking 4 x the amount of time they where taking a couple of weeks ago .. any ideas as to where to look for root cause ?
some (hopefully) pertinent info ;
any words of wisdom gratefully received ?
July 24, 2017 at 1:14 pm
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.
July 25, 2017 at 2:19 am
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
July 26, 2017 at 6:39 am
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" 😉
July 26, 2017 at 8:51 am
Sorry, got busy yesterday.
I know over time there sometimes are issues. Are you dropping the snapshot? Dropping all snapshots at anytime?
July 26, 2017 at 10:56 am
Steve Jones - SSC Editor - Wednesday, July 26, 2017 8:51 AMSorry, got busy yesterday.I know over time there sometimes are issues. Are you dropping the snapshot? Dropping all snapshots at anytime?
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" 😉
July 28, 2017 at 3:14 am
Steve Jones - SSC Editor - Wednesday, July 26, 2017 8:51 AMSorry, got busy yesterday.I know over time there sometimes are issues. Are you dropping the snapshot? Dropping all snapshots at anytime?
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