• 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?

    🙂