<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/sql/tags/import</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 19:28:12 GMT</pubDate>
<item>
<title>(SQL) Bulk insert/upload microsoft sql server (csv) - dego89</title>
<link>http://snipplr.com/view/71212/bulk-insertupload-microsoft-sql-server-csv/</link>
<description><![CDATA[ <p>Bulk upload a CSV into Microsoft SQL Server</p> ]]></description>
<pubDate>Fri, 17 May 2013 04:03:48 GMT</pubDate>
<guid>http://snipplr.com/view/71212/bulk-insertupload-microsoft-sql-server-csv/</guid>
</item>
<item>
<title>(SQL) Import MySQL Dumpfile, SQL Datafile Into My Database - MohamedAlaa</title>
<link>http://snipplr.com/view/65950/import-mysql-dumpfile-sql-datafile-into-my-database/</link>
<description><![CDATA[ <p>Run This Command in your Terminal
----------------------------------------
mysql -u **username** -p -h localhost **DATA-BASE-NAME** < data.sql</p> ]]></description>
<pubDate>Thu, 05 Jul 2012 01:35:13 GMT</pubDate>
<guid>http://snipplr.com/view/65950/import-mysql-dumpfile-sql-datafile-into-my-database/</guid>
</item>
<item>
<title>(SQL) mysql query to populate table from data in file - breign</title>
<link>http://snipplr.com/view/36476/mysql-query-to-populate-table-from-data-in-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Jun 2010 00:37:47 GMT</pubDate>
<guid>http://snipplr.com/view/36476/mysql-query-to-populate-table-from-data-in-file/</guid>
</item>
<item>
<title>(SQL) Import data from tab - delimited datafile to SQL table. - RICHARDP</title>
<link>http://snipplr.com/view/9386/import-data-from-tab--delimited-datafile-to-sql-table/</link>
<description><![CDATA[ <p>Fields are tab delimited and need to match table schema. 
I've found the tab separator  ASCII(009)  preferable over using a comma.

The second version can help remove double quotation marks around character fields. 

Don't forget the keyword LOCAL.</p> ]]></description>
<pubDate>Thu, 30 Oct 2008 15:12:36 GMT</pubDate>
<guid>http://snipplr.com/view/9386/import-data-from-tab--delimited-datafile-to-sql-table/</guid>
</item>
</channel>
</rss>