<?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: How to read batches of SQL from a file in Perl</title>
	<atom:link href="http://froebe.net/blog/index.php/2007/08/27/how-to-read-batches-of-sql-from-a-file-in-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://froebe.net/blog/2007/08/27/how-to-read-batches-of-sql-from-a-file-in-perl/</link>
	<description>Tips &#38; Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:24:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Ramblings of a Geek &#187; Tying it all together: Extracting SQL Batches, Highlighting Code with Kate, and Sending an email with attachments</title>
		<link>http://froebe.net/blog/2007/08/27/how-to-read-batches-of-sql-from-a-file-in-perl/comment-page-1/#comment-109</link>
		<dc:creator>Ramblings of a Geek &#187; Tying it all together: Extracting SQL Batches, Highlighting Code with Kate, and Sending an email with attachments</dc:creator>
		<pubDate>Thu, 20 Sep 2007 21:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/2007/08/27/how-to-read-batches-of-sql-from-a-file-in-perl/#comment-109</guid>
		<description>[...] How to read batches of SQL from a file in Perl, we learned how to read a SQL file and extract individual batches and created the Perl module [...]</description>
		<content:encoded><![CDATA[<p>[...] How to read batches of SQL from a file in Perl, we learned how to read a SQL file and extract individual batches and created the Perl module [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramblings of a Geek &#187; How to colorize your code using Perl and Syntax::Highlight::Engine::Kate</title>
		<link>http://froebe.net/blog/2007/08/27/how-to-read-batches-of-sql-from-a-file-in-perl/comment-page-1/#comment-93</link>
		<dc:creator>Ramblings of a Geek &#187; How to colorize your code using Perl and Syntax::Highlight::Engine::Kate</dc:creator>
		<pubDate>Thu, 30 Aug 2007 19:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/2007/08/27/how-to-read-batches-of-sql-from-a-file-in-perl/#comment-93</guid>
		<description>[...] The following is the output of $SYBASE/$SYBASE_ASE/scripts/installmontables using our little application. Note that we are reading the batches one by one (just because we can) even though it isn&#8217;t necessary for this example. Also notice that the parsing of the installmontables SQL file isn&#8217;t perfect as the author of the SQL Template says that this is still a work in progress. It&#8217;s good enough for what I need. [...]</description>
		<content:encoded><![CDATA[<p>[...] The following is the output of $SYBASE/$SYBASE_ASE/scripts/installmontables using our little application. Note that we are reading the batches one by one (just because we can) even though it isn&#8217;t necessary for this example. Also notice that the parsing of the installmontables SQL file isn&#8217;t perfect as the author of the SQL Template says that this is still a work in progress. It&#8217;s good enough for what I need. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramblings of a Geek &#187; Why would you want to use Perl/Java/etc instead of isql?</title>
		<link>http://froebe.net/blog/2007/08/27/how-to-read-batches-of-sql-from-a-file-in-perl/comment-page-1/#comment-92</link>
		<dc:creator>Ramblings of a Geek &#187; Why would you want to use Perl/Java/etc instead of isql?</dc:creator>
		<pubDate>Wed, 29 Aug 2007 22:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/2007/08/27/how-to-read-batches-of-sql-from-a-file-in-perl/#comment-92</guid>
		<description>[...] A benefit of handling each batch separate entity instead of all the batches as a whole in isql, we have the ability to isolate each batch. That means, the we can place logic around each batch or run them in parallel or a number of other reasons. This doesn&#8217;t actually require Perl and you could definitely do this in Java, but you would probably want to shy away from using isql for executing each batch. You may have hundreds or thousands of batches and starting isql for each batch would be very time consuming. [...]</description>
		<content:encoded><![CDATA[<p>[...] A benefit of handling each batch separate entity instead of all the batches as a whole in isql, we have the ability to isolate each batch. That means, the we can place logic around each batch or run them in parallel or a number of other reasons. This doesn&#8217;t actually require Perl and you could definitely do this in Java, but you would probably want to shy away from using isql for executing each batch. You may have hundreds or thousands of batches and starting isql for each batch would be very time consuming. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

