﻿<?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 2005 / SQL Server 2005 General Discussion  / Simple recovery model / 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>Wed, 22 May 2013 15:54:53 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Simple recovery model</title><link>http://www.sqlservercentral.com/Forums/Topic1077426-149-1.aspx</link><description>Thanks for the reply gail. Your'e awesome !:-)</description><pubDate>Mon, 14 Mar 2011 05:10:55 GMT</pubDate><dc:creator>Vinodh247</dc:creator></item><item><title>RE: Simple recovery model</title><link>http://www.sqlservercentral.com/Forums/Topic1077426-149-1.aspx</link><description>Other than the few operations that can be minimally logged (see Books Online, Operations that can be minimally logged), it fully logs everything. So most inserts, all updates, all deletes are fully logged. Schema changes are logged (depending what they do how much is logged for each). Enough information is stored for the DB engine to be able to undo or redo any operation.If you're curious...[code="sql"]select * from fn_dblog(null, null)[/code]</description><pubDate>Sun, 13 Mar 2011 03:35:22 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>Simple recovery model</title><link>http://www.sqlservercentral.com/Forums/Topic1077426-149-1.aspx</link><description>we all knew that In the Simple recovery model, the database engine minimally logs most operations and truncates the transaction log after each checkpoint. I really want to know what actually gets stored in tlog when it is using simple recovery model.</description><pubDate>Sun, 13 Mar 2011 03:30:02 GMT</pubDate><dc:creator>Vinodh247</dc:creator></item></channel></rss>