Several points of note for recovering a full data backup

Source: Internet
Author: User

Create a backup device

Use master

Go

EXEC sp_addumpdevice ' disk ', ' data123 ', ' D:\123.bak '


Backing up data

Backup database data1 to disk= ' D:\123.bak '

Backup Log

Backup LOG data1 to disk= ' D:\123.bak '

View Backup Status

Restore HEADERONLY from disk= ' D:\123.bak '

Restore full data and logs

Restore database data1 from disk= ' D:\123.bak ' with File=1,replace,norecovery

Restore log data1 from disk= ' D:\123.bak ' with File=2,replace,norecovery

Restore log data1 from disk= ' D:\123.bak ' with File=3,replace,orecovery


Overwrite backup (init means initialize without parameters for append backup)

Backup database data1 to disk= ' D:\123.bak ' with init

Restore full data and logs by point in time

Restore database data1 from disk= ' D:\123.bak ' with File=1,replace,norecovery

Restore log data1 from disk= ' D:\123.bak ' with file=2,recovery,stopat= ' 2015-03-10 20:30:35.100 '


Several points of note for recovering a full data backup

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.