<?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: Importing data from text file to specific columns using BULK INSERT</title>
	<atom:link href="http://www.sql-server-performance.com/2011/importing-data-from-text-file-to-specific-columns-using-bulk-insert/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com/2011/importing-data-from-text-file-to-specific-columns-using-bulk-insert/</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Fri, 17 May 2013 13:31:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Eric Olson</title>
		<link>http://www.sql-server-performance.com/2011/importing-data-from-text-file-to-specific-columns-using-bulk-insert/#comment-435</link>
		<dc:creator>Eric Olson</dc:creator>
		<pubDate>Thu, 07 Jul 2011 02:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2535#comment-435</guid>
		<description><![CDATA[Commas are so common in text fields. I prefer to use pipe &#124; as a delimiter. Line 5 of the bulk insert would become:
FIELDTERMINATOR = &#039;&#124;&#039;,]]></description>
		<content:encoded><![CDATA[<p>Commas are so common in text fields. I prefer to use pipe | as a delimiter. Line 5 of the bulk insert would become:</p>
<p>FIELDTERMINATOR = &#8216;|&#8217;,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: balance</title>
		<link>http://www.sql-server-performance.com/2011/importing-data-from-text-file-to-specific-columns-using-bulk-insert/#comment-219</link>
		<dc:creator>balance</dc:creator>
		<pubDate>Tue, 31 May 2011 14:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2535#comment-219</guid>
		<description><![CDATA[Should the view be modified if there&#039;s a comma in the FirstName or LastName fields? How should that be handled?]]></description>
		<content:encoded><![CDATA[<p>Should the view be modified if there&#8217;s a comma in the FirstName or LastName fields? How should that be handled?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
