简体   繁体   中英

How to take the backup of live sql server 2005 express DB

How to take the backup of live sql server 2005 express DB ? At any given time some transaction are in progress.

BACKUP DATABASE does this:

SQL Server uses an online backup process to allow a database backup while the database is still in use. During a backup, most operations are possible; for example, INSERT , UPDATE , or DELETE statements are allowed during a backup operation.

Operations that cannot run during a database or transaction log backup include:

  • File management operations such as the ALTER DATABASE statement with either the ADD FILE or REMOVE FILE options.
  • Shrink database or shrink file operations. This includes auto-shrink operations.

引用此msdn链接

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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