<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>SQL Server Performance &#187; Importing Data</title>
	<atom:link href="http://www.sql-server-performance.com/tag/importing-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 15 May 2013 08:10:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Importing data from text file to specific columns using BULK INSERT</title>
		<link>http://www.sql-server-performance.com/2011/importing-data-from-text-file-to-specific-columns-using-bulk-insert/</link>
		<comments>http://www.sql-server-performance.com/2011/importing-data-from-text-file-to-specific-columns-using-bulk-insert/#comments</comments>
		<pubDate>Tue, 31 May 2011 03:25:16 +0000</pubDate>
		<dc:creator>Dinesh Asanka</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[BULK INSERT]]></category>
		<category><![CDATA[Importing Data]]></category>
		<category><![CDATA[SSIS]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2535</guid>
		<description><![CDATA[Bulk insert is much faster than using other techniques such as  SSIS. However, when you are using bulk insert you can’t insert to specific columns. If, for example, there are five columns in a table you should have five values for each record in the text file you are importing from. This is an issue [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/importing-data-from-text-file-to-specific-columns-using-bulk-insert/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
