﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / T-SQL (SS2K8)  / backup / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 17:39:53 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: backup</title><link>http://www.sqlservercentral.com/Forums/Topic938640-392-1.aspx</link><description>As the error clearly states, backup log is not allowed when the database is in simple recovery (which AdventureWorks is). If you want to plan with log backups, switch it to full recovery (alter database), take a full database backup and then you'll be able to make log backups.</description><pubDate>Wed, 16 Jun 2010 23:44:21 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>backup</title><link>http://www.sqlservercentral.com/Forums/Topic938640-392-1.aspx</link><description>m running this code for backing up and to have backup logbackup database adventureworksto disk = 'g:radvent6.bak'mirror to disk='g:radvent7.bak'with format,checksum,stop_on_erroruse adventureworksinsert into HumanResources.department(name,groupname)values('dreee','reserch')backup log adventureworksto disk='g:radvent6.trn'after the backup log command executes shows the error asThe statement BACKUP LOG is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE.Msg 3013, Level 16, State 1, Line 1BACKUP LOG is terminating abnormally.what should i do how could i correct it .pls suggest.</description><pubDate>Wed, 16 Jun 2010 22:01:29 GMT</pubDate><dc:creator>rino.raju</dc:creator></item></channel></rss>