<?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: Info</title>
	<atom:link href="http://blog.rollback.hu/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rollback.hu</link>
	<description>SQL, üzemeltetés kicsiknek és nagyoknak.</description>
	<lastBuildDate>Sat, 19 Nov 2011 05:43:29 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam Botbyl</title>
		<link>http://blog.rollback.hu/about/comment-page-1/#comment-667</link>
		<dc:creator>Adam Botbyl</dc:creator>
		<pubDate>Thu, 21 Oct 2010 08:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rollback.hu/?page_id=2#comment-667</guid>
		<description>Checked out your GetMSSQLDump; Although it was close to what I needed, the PS aspect killed it because of signing requirement policies in place.
One thing I did notice is that you escape quotes (i.e. &#039; in the db turns to &#039;&#039;), but you don&#039;t quote the column.
This is a fatal flaw, because if a column contains a comma, one column becomes two.

For instance INSERT INTO people(name,website) VALUES(Botbyl, Adam, adambotbyl.com) becomes 3 columns.
Where as
INSERT INTO people(name,website) VALUES(&#039;Botbyl, Adam&#039;, &#039;adambotbyl.com&#039;) is obviously two distinct columns.

Another thing you might want to consider is dumping the table structure as well, as to a true mysqldump replacement.</description>
		<content:encoded><![CDATA[<p>Checked out your GetMSSQLDump; Although it was close to what I needed, the PS aspect killed it because of signing requirement policies in place.<br />
One thing I did notice is that you escape quotes (i.e. &#8216; in the db turns to &#8221;), but you don&#8217;t quote the column.<br />
This is a fatal flaw, because if a column contains a comma, one column becomes two.</p>
<p>For instance INSERT INTO people(name,website) VALUES(Botbyl, Adam, adambotbyl.com) becomes 3 columns.<br />
Where as<br />
INSERT INTO people(name,website) VALUES(&#8217;Botbyl, Adam&#8217;, &#8216;adambotbyl.com&#8217;) is obviously two distinct columns.</p>
<p>Another thing you might want to consider is dumping the table structure as well, as to a true mysqldump replacement.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

