昨天在检查YourSQLDba备份时,发现有台数据库做备份时出现了下面错误信息,如下所示:

<Exec>
  <ctx>yMaint.ShrinkLog</ctx>
  <inf>Log Shrink</inf>
  <Sql>
--  ========================================================================
-- Shrink of log file E:\SQL_LOG\xxxx_log.ldf
USE [xxxx]
DBCC SHRINKFILE (N'xxx_Log',      19043) with no_infomsgs           
--  ========================================================================
   </Sql>
  <err>Error 3023, Severity 16, level 2 : Backup, file manipulation operations (such as ALTER DATABASE ADD FILE) and encryption changes on a database must be serialized. Reissue the statement after the current backup or file manipulation operation is completed.
</err>
</Exec>

相关文章:

  • 2021-07-03
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-27
  • 2022-12-23
  • 2021-10-04
  • 2021-09-25
  • 2021-09-26
  • 2022-12-23
  • 2021-06-13
相关资源
相似解决方案