Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将备份我的数据库的事务日志 (.bak)。如果我把它放在网上会导致任何问题,这意味着所有其他数据库活动都会同时发生(插入、更新、删除、选择)
提前致谢。
不会。您可以安全地执行事务日志备份,而不会影响您的实时数据库活动。此链接提供了进行此类备份的限制 - http://msdn.microsoft.com/en-gb/library/ms179478.aspx#Restrictions,其中没有值得注意的。
在不阻止正在运行的事务的情况下备份日志。