<?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: SQL Server – Import CSV file to SQL table &#8211; Bulk-Insert	</title>
	<atom:link href="https://varindersandhu.in/2011/05/17/sql-server-import-csv-file-to-sql-table-bulk-insert/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in/2011/05/17/sql-server-import-csv-file-to-sql-table-bulk-insert/</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Fri, 19 Sep 2014 08:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: Varinder Sandhu		</title>
		<link>https://varindersandhu.in/2011/05/17/sql-server-import-csv-file-to-sql-table-bulk-insert/#comment-241</link>

		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Fri, 19 Sep 2014 08:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=954#comment-241</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://varindersandhu.in/2011/05/17/sql-server-import-csv-file-to-sql-table-bulk-insert/#comment-240&quot;&gt;Ayabuya Kyu Ntlombeni&lt;/a&gt;.

Hi Ayabuya, 



Refer this :  http://www.databasejournal.com/features/mssql/article.php/3325701/Import-multiple-Files-to-SQL-Server-using-T-SQL.htm]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://varindersandhu.in/2011/05/17/sql-server-import-csv-file-to-sql-table-bulk-insert/#comment-240">Ayabuya Kyu Ntlombeni</a>.</p>
<p>Hi Ayabuya, </p>
<p>Refer this :  <a href="http://www.databasejournal.com/features/mssql/article.php/3325701/Import-multiple-Files-to-SQL-Server-using-T-SQL.htm" rel="nofollow ugc">http://www.databasejournal.com/features/mssql/article.php/3325701/Import-multiple-Files-to-SQL-Server-using-T-SQL.htm</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ayabuya Kyu Ntlombeni		</title>
		<link>https://varindersandhu.in/2011/05/17/sql-server-import-csv-file-to-sql-table-bulk-insert/#comment-240</link>

		<dc:creator><![CDATA[Ayabuya Kyu Ntlombeni]]></dc:creator>
		<pubDate>Mon, 08 Sep 2014 12:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=954#comment-240</guid>

					<description><![CDATA[I want to read multiple CSV files and not only one file, do you have the query for that?]]></description>
			<content:encoded><![CDATA[<p>I want to read multiple CSV files and not only one file, do you have the query for that?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Varinder Sandhu		</title>
		<link>https://varindersandhu.in/2011/05/17/sql-server-import-csv-file-to-sql-table-bulk-insert/#comment-96</link>

		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Tue, 27 Mar 2012 13:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=954#comment-96</guid>

					<description><![CDATA[You should have the access of the path/location that you mentioned in the script. 
It fails only when u cannot access the path/location that you mentioned in the script.

Before running the script you should check you have access of that path/location or not.
You can simply put your path/location in the RUN then press enter. 

If you have any other doubt or query. Please let me know.]]></description>
			<content:encoded><![CDATA[<p>You should have the access of the path/location that you mentioned in the script.<br />
It fails only when u cannot access the path/location that you mentioned in the script.</p>
<p>Before running the script you should check you have access of that path/location or not.<br />
You can simply put your path/location in the RUN then press enter. </p>
<p>If you have any other doubt or query. Please let me know.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Imreckless		</title>
		<link>https://varindersandhu.in/2011/05/17/sql-server-import-csv-file-to-sql-table-bulk-insert/#comment-94</link>

		<dc:creator><![CDATA[Imreckless]]></dc:creator>
		<pubDate>Tue, 27 Mar 2012 13:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=954#comment-94</guid>

					<description><![CDATA[but if your remote machine has a password, this method will fail.
]]></description>
			<content:encoded><![CDATA[<p>but if your remote machine has a password, this method will fail.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SQL Server – Comma Separated Values &#124; Varinder Sandhu		</title>
		<link>https://varindersandhu.in/2011/05/17/sql-server-import-csv-file-to-sql-table-bulk-insert/#comment-40</link>

		<dc:creator><![CDATA[SQL Server – Comma Separated Values &#124; Varinder Sandhu]]></dc:creator>
		<pubDate>Sun, 10 Jul 2011 06:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=954#comment-40</guid>

					<description><![CDATA[[...] dbo.CommaSeparatedvalues (1)If anybody have any other idea please share as comment.Related Post: http://varindersandhu.in/2011/05/17/sql-server-import-csv-file-to-sql-table-bulk-insert/]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] dbo.CommaSeparatedvalues (1)If anybody have any other idea please share as comment.Related Post: <a href="http://varindersandhu.in/2011/05/17/sql-server-import-csv-file-to-sql-table-bulk-insert/" rel="ugc">http://varindersandhu.in/2011/05/17/sql-server-import-csv-file-to-sql-table-bulk-insert/</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Database Caching using Disk

Served from: varindersandhu.in @ 2025-10-17 01:25:47 by W3 Total Cache
-->