<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Quick Table Transfers (Imports) using SSIS, Bulk Insert or BCP</title>
	<atom:link href="http://sqlserverplanet.com/data-warehouse/quick-table-transfers-imports-using-ssis-bulk-insert-or-bcp/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com/data-warehouse/quick-table-transfers-imports-using-ssis-bulk-insert-or-bcp</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:02:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris Taylor</title>
		<link>http://sqlserverplanet.com/data-warehouse/quick-table-transfers-imports-using-ssis-bulk-insert-or-bcp/comment-page-1#comment-1097</link>
		<dc:creator>Chris Taylor</dc:creator>
		<pubDate>Wed, 08 Feb 2012 15:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=176#comment-1097</guid>
		<description>Sorry but i have to disagree with &quot;The easiest way to take advantage of minimal logging is to set the database recovery model to simple&quot;. Having a sql server database in simple recovery does not stop transactions being written to it, the only real difference between simple and full recovery model is that once the data transfer/transaction is committed and written to the data file the log file will automatically truncate. whereas with full you&#039;d have to backup the tlog to keep it in check.

If you&#039;re trying to speed up a BULK INSERT / BCP process then you want to use Bulk-logged recovery model.

HTH</description>
		<content:encoded><![CDATA[<p>Sorry but i have to disagree with &#8220;The easiest way to take advantage of minimal logging is to set the database recovery model to simple&#8221;. Having a sql server database in simple recovery does not stop transactions being written to it, the only real difference between simple and full recovery model is that once the data transfer/transaction is committed and written to the data file the log file will automatically truncate. whereas with full you&#8217;d have to backup the tlog to keep it in check.</p>
<p>If you&#8217;re trying to speed up a BULK INSERT / BCP process then you want to use Bulk-logged recovery model.</p>
<p>HTH</p>
]]></content:encoded>
	</item>
</channel>
</rss>

