<?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: Generate insert data for sql server tables</title>
	<atom:link href="http://www.codewrecks.com/blog/index.php/2009/03/31/generate-insert-data-for-sql-server-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codewrecks.com/blog/index.php/2009/03/31/generate-insert-data-for-sql-server-tables/</link>
	<description>Wrecks of code floating in the sea of Internet By Ricci Gian Maria</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:15:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Mike</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/03/31/generate-insert-data-for-sql-server-tables/comment-page-1/#comment-3400</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 26 Sep 2010 20:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/03/31/generate-insert-data-for-sql-server-tables/#comment-3400</guid>
		<description>Most data bases can generate DDL for any object but not a lot of them allow generation of INSERT statements for the table data.
The workaround is to make use of ETL Tools for transferring data across servers. However, there exists a need to generate INSERT statements from the tables for porting data.
Simplest example is when small or large amount of data needs to be taken out on a removable storage media and copied to a remote location, INSERT..VALUES statements come handy.

There is a number of scripts available to perform this data transformation task. The problem with those scripts that all of them database specific and they do not work with textiles

Advanced ETL processor can generate Insert scripts from any data source including text files
http://www.dbsoftlab.com/generating-insert-statements.html</description>
		<content:encoded><![CDATA[<p>Most data bases can generate DDL for any object but not a lot of them allow generation of INSERT statements for the table data.<br />
The workaround is to make use of ETL Tools for transferring data across servers. However, there exists a need to generate INSERT statements from the tables for porting data.<br />
Simplest example is when small or large amount of data needs to be taken out on a removable storage media and copied to a remote location, INSERT..VALUES statements come handy.</p>
<p>There is a number of scripts available to perform this data transformation task. The problem with those scripts that all of them database specific and they do not work with textiles</p>
<p>Advanced ETL processor can generate Insert scripts from any data source including text files<br />
<a href="http://www.dbsoftlab.com/generating-insert-statements.html" rel="nofollow">http://www.dbsoftlab.com/gener.....ments.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

