简体   繁体   English

Sql Server 全数据库备份

[英]Sql Server Full DataBase Backup

如果备份需要 4 小时才能完成,SQL Server 将如何备份这 4 小时内发生的已提交事务。

From Books Online:从网上书籍:

A full database backup backs up the whole database.完整数据库备份备份整个数据库。 This includes part of the transaction log so that the full database can be recovered after a full database backup is restored.这包括事务日志的一部分,以便在恢复完整数据库备份后可以恢复完整数据库。 Full database backups represent the database at the time the backup finished.完整数据库备份代表备份完成时的数据库。

The key is that full database backups include part of the transaction log.关键是完整的数据库备份包括事务日志的一部分。 So SQL Server backup the committed transactions that happen during these 4 hours by reading the transaction log.因此,SQL Server 通过读取事务日志来备份这 4 小时内发生的已提交事务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM