TN.*_*TN. 7 database sql-server backup logging sql-server-2008
BACKUP failed to complete the command BACKUP DATABASE ... WITH DIFFERENTIAL. Check the backup application log for detailed messages.
我在 SQL Server 日志文件查看器中看到此消息。备份应用程序日志在哪里?
最后,我发现了问题所在。这是由 Windows Server 2008 上的 Windows 备份引起的,该备份也正在进行完整备份(在幕后)。这导致SQL Server diff备份无法找到最后一次完整备份。
我们通过迁移到 Windows Server 2008 R2解决了这个问题。