MSSQLSERVER_4214MSSQLSERVER_4214
適用範圍:Applies to: SQL ServerSQL Server (所有支援的版本)
SQL ServerSQL Server (all supported versions)
SQL ServerSQL Server (所有支援的版本)
SQL ServerSQL Server (all supported versions)
詳細資料Details
屬性Attribute | 值Value |
---|---|
產品名稱Product Name | SQL ServerSQL Server |
事件識別碼Event ID | 42144214 |
事件來源Event Source | MSSQLSERVERMSSQLSERVER |
元件Component | SQLEngineSQLEngine |
符號名稱Symbolic Name | DMPX_NODBBACKUPDMPX_NODBBACKUP |
訊息文字Message Text | 無法執行 BACKUP LOG,因為沒有目前的資料庫備份BACKUP LOG cannot be performed because there is no current database backup |
說明Explanation
當在執行資料庫的完整備份之前嘗試交易記錄備份時,就會引發此錯誤。The error is raised when you attempt a transaction log backup before doing a full backup of a database. 在嘗試備份資料庫的交易記錄之前,必須先執行完整資料庫備份。Before you try to back up the transaction log for a database you must perform a full database backup. 此外,您會在錯誤記錄檔中收到下列訊息:Additionally, you receive the following message in the error log:
<Datetime> 備份 錯誤:3041,嚴重性:16,狀態:1。<Datetime> Backup Error: 3041, Severity: 16, State: 1.
<Datetime> 備份 BACKUP 無法完成命令 BACKUP LOG <db_name>。<Datetime> Backup BACKUP failed to complete the command BACKUP LOG <db_name>. 詳細訊息請檢查備份應用程式記錄檔。Check the backup application log for detailed messages.
使用者動作User action
在嘗試備份資料庫的交易記錄之前,請先執行完整資料庫備份。Perform a full database backup before you try to backup the transaction log for a database.
詳細資訊More information
如需詳細資訊,請參閱:SQL Server 資料庫的備份與還原。For more information you can, see: Back Up and Restore of SQL Server Databases.