Select the product you need help with
You must perform a full database backup before you back up the transaction log for a database in SQL Server 2005 and in SQL Server 2000Article ID: 928317 - View products that this article applies to. SUMMARYBefore you try to back up the transaction log for a database in Microsoft SQL Server 2005, you must perform a full database backup. Otherwise, you receive error messages that indicate that the BACKUP LOG statement stops abnormally. You must also perform a full database backup before you try to back up the transaction log for a database in Microsoft SQL Server 2000. However, if you do not perform a full database backup before you back up the transaction log of a database in SQL Server 2000, the BACKUP LOG statement does not stop. INTRODUCTIONThis article describes that you must perform a full database backup before you back up the transaction log for a database of SQL Server. MORE INFORMATIONIn SQL Server 2005, you must perform a full database backup before you back up the transaction log for a database. Otherwise, when you try to back up the transaction log for a database, you receive the following error message: Msg 4214, Level 16, State 1, Line 1
BACKUP LOG cannot be performed because there is no current database backup. Msg 3013, Level 16, State 1, Line 1 BACKUP LOG is terminating abnormally. 2006-10-10 11:16:05.63 spid52 Starting up database 'SampleDatabase'.
2006-10-10 11:16:05.92 spid52 Setting database option RECOVERY to FULL for database SampleDatabase. 2006-10-10 11:16:06.41 Backup Error: 3041, Severity: 16, State: 1. 2006-10-10 11:16:06.41 Backup BACKUP failed to complete the command BACKUP LOG SampleDatabase. Check the backup application log for detailed messages. REFERENCESFor more information, visit the following Microsoft Developer Network (MSDN) Web sites: Backing up and restoring databases in SQL Server
http://msdn2.microsoft.com/en-us/library/ms187048.aspx
(http://msdn2.microsoft.com/en-us/library/ms187048.aspx)
How to: Create a full database backup (Transact-SQL) http://msdn2.microsoft.com/en-us/library/ms191304.aspx
(http://msdn2.microsoft.com/en-us/library/ms191304.aspx)
PropertiesArticle ID: 928317 - Last Review: November 20, 2007 - Revision: 1.5 APPLIES TO
|


Back to the top








