July 28, 2010 at 10:10 pm
Comments posted to this topic are about the item Database Snapshot
July 28, 2010 at 10:12 pm
Interesting question. My first inclination was to answer no. Then I read this documentation that said that backups and restores are supported with snapshots in 2008 R2.
http://msdn.microsoft.com/en-us/library/ms189548.aspx
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
July 28, 2010 at 10:26 pm
Jason,
What you looked at was "Snapshot Backups", not "Database Snapshots."
I think these are the ones he was talking about: http://msdn.microsoft.com/en-us/library/ms189940.aspx (Native standard features that don't require third party stuff.)
Interesting question, with the reference to 2008 R2 I thought maybe something changed and backups would be allowed, but I was positive that you couldn't restore a snapshot, as they are read-only.
July 28, 2010 at 10:31 pm
That makes sense. Thanks for the correction.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
July 29, 2010 at 1:39 am
SQL Server does not support online restore from a snapshot backup. Restoring a snapshot backup automatically takes the database offline.
For more info visit url
July 29, 2010 at 1:57 am
This was removed by the editor as SPAM
July 29, 2010 at 6:49 am
Interesting question. Understanding the exact question is important. I think I need to read a little more.
July 29, 2010 at 10:03 am
This is confusing, mainly because MS is reusing terms in a new way. I wish they had called this something else.
July 29, 2010 at 1:43 pm
I know that databases can be restored from existing snapshots:
RESTORE DATABASE database_name
FROM DATABASE_SNAPSHOT = database_snapshot_name
I figured the question referred to this, but it must not have... and I was hoping R2 would let you backup an existing snapshot. Guess not?
🙂
July 29, 2010 at 2:03 pm
You can restore FROM a snapshot, but you cannot restore A snapshot.
The backup would seem to be trivial. Read pages from snapshot or source db, write to disk.
Hmmm, a suggestions. Please vote: https://connect.microsoft.com/SQLServer/feedback/details/581168/allow-backup-of-database-snapshot
July 29, 2010 at 2:26 pm
August 3, 2010 at 8:54 am
I believe it could be possible (yet difficult) implementing the feature to restore a backup while having database snapshot.
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply