简体   繁体   English

SQL Server备份事务在线登录

[英]SQL Server Backup Transaction log in online

I am going to take backup (.bak) of transaction log of my database. 我要备份数据库的事务日志(.bak)。 Will it cause any problems if i take it in online means the same time all other database activities will happen (insertion, update, delete, select) 如果我在线上进行其他所有数据库活动的同时(插入,更新,删除,选择),是否会引起任何问题?

Thanks in advance. 提前致谢。

No. You can safely perform a transaction log backup without affecting your live database activity. 不。您可以安全地执行事务日志备份,而不会影响实时数据库活动。 This link provides restrictions for doing this kind of backup - http://msdn.microsoft.com/en-gb/library/ms179478.aspx#Restrictions , of which there are none of note. 此链接提供了执行这种备份的限制-http: //msdn.microsoft.com/zh-cn/library/ms179478.aspx#Restrictions ,此处没有说明。

Backing up the log with not block running transactions. 在不阻止正在运行的事务的情况下备份日志。

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

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