<?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 for xenzero.com</title>
	<atom:link href="http://www.xenzero.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xenzero.com/blog</link>
	<description>Peter Howe's blog</description>
	<lastBuildDate>Thu, 10 Sep 2009 13:48:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Sync Google Calendar with iPod on Ubuntu Linux by sandrar</title>
		<link>http://www.xenzero.com/blog/2007/10/06/sync-google-calendar-with-ipod-on-ubuntu-linux/comment-page-1/#comment-748</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.xenzero.com/blog/2007/10/06/sync-google-calendar-with-ipod-on-ubuntu-linux/#comment-748</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://www.xenzero.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stored Procedures: Good or Bad? by Ian Lewis</title>
		<link>http://www.xenzero.com/blog/2008/12/15/stored-procedures-good-or-bad/comment-page-1/#comment-746</link>
		<dc:creator>Ian Lewis</dc:creator>
		<pubDate>Thu, 04 Jun 2009 11:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.xenzero.com/blog/?p=43#comment-746</guid>
		<description>I&#039;d say stored procedures are great and can be used to ensure that application code is relieved of a great bulk of SQL.

Of course it helps to have a DBA around as there is a whole other tier of code management needed around procedures. Not least publicising that they are available to use!!

Speed may be less of an issue than the convenience of a solid set of calls that can be made for data. That said the nastiness of doing a SQL transform of a table using cursors falls far behind the relative ease of doing the same thing in PHP.

I&#039;m a bigger fan of views though and don&#039;t think enough use is made of them. Especially when moving one database&#039;s schema to another or in developing new applications. One of the great things is that they can prevent duplication of data whilst giving new structures - brilliant for prototyping as well. 

On balance though keeping away from mySQL stored procedures seems like a good idea. The support is nowhere near as good as that for SQL Server, but they are very different products.</description>
		<content:encoded><![CDATA[<p>I&#8217;d say stored procedures are great and can be used to ensure that application code is relieved of a great bulk of SQL.</p>
<p>Of course it helps to have a DBA around as there is a whole other tier of code management needed around procedures. Not least publicising that they are available to use!!</p>
<p>Speed may be less of an issue than the convenience of a solid set of calls that can be made for data. That said the nastiness of doing a SQL transform of a table using cursors falls far behind the relative ease of doing the same thing in PHP.</p>
<p>I&#8217;m a bigger fan of views though and don&#8217;t think enough use is made of them. Especially when moving one database&#8217;s schema to another or in developing new applications. One of the great things is that they can prevent duplication of data whilst giving new structures &#8211; brilliant for prototyping as well. </p>
<p>On balance though keeping away from mySQL stored procedures seems like a good idea. The support is nowhere near as good as that for SQL Server, but they are very different products.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stored Procedures: Good or Bad? by Tom Walder</title>
		<link>http://www.xenzero.com/blog/2008/12/15/stored-procedures-good-or-bad/comment-page-1/#comment-744</link>
		<dc:creator>Tom Walder</dc:creator>
		<pubDate>Fri, 27 Feb 2009 19:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.xenzero.com/blog/?p=43#comment-744</guid>
		<description>Hi Pete,

Just seen your blog on SPs. I would also add

versioning - SPs are quite to hard to put in the same repository as the source code - finding who changed what and when can be tricky.

Performance problems - SPs give a performance boost because they store a pre-compiled query plan - They need to be recompiled periodically to become aware of new indexes or data distribution changes</description>
		<content:encoded><![CDATA[<p>Hi Pete,</p>
<p>Just seen your blog on SPs. I would also add</p>
<p>versioning &#8211; SPs are quite to hard to put in the same repository as the source code &#8211; finding who changed what and when can be tricky.</p>
<p>Performance problems &#8211; SPs give a performance boost because they store a pre-compiled query plan &#8211; They need to be recompiled periodically to become aware of new indexes or data distribution changes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Subversion (SVN) with Bugzilla by Nick P</title>
		<link>http://www.xenzero.com/blog/2008/04/02/integrating-subversion-svn-with-bugzilla/comment-page-1/#comment-739</link>
		<dc:creator>Nick P</dc:creator>
		<pubDate>Tue, 16 Dec 2008 10:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.xenzero.com/blog/?p=11#comment-739</guid>
		<description>Mr Howe,

Did you put any glue between SVN and bugz? 

Be good to get hold of it if you have ..

Ta

N</description>
		<content:encoded><![CDATA[<p>Mr Howe,</p>
<p>Did you put any glue between SVN and bugz? </p>
<p>Be good to get hold of it if you have ..</p>
<p>Ta</p>
<p>N</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stored Procedures: Good or Bad? by Stored Procedures: Good or Bad? &#124; PHP-Blog.com</title>
		<link>http://www.xenzero.com/blog/2008/12/15/stored-procedures-good-or-bad/comment-page-1/#comment-738</link>
		<dc:creator>Stored Procedures: Good or Bad? &#124; PHP-Blog.com</dc:creator>
		<pubDate>Tue, 16 Dec 2008 04:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.xenzero.com/blog/?p=43#comment-738</guid>
		<description>[...] rest is here: Stored Procedures: Good or Bad?     Related ArticlesBookmarksTags      RinkAtlas Restored After Another Server Crash It takes a bit [...]</description>
		<content:encoded><![CDATA[<p>[...] rest is here: Stored Procedures: Good or Bad?     Related ArticlesBookmarksTags      RinkAtlas Restored After Another Server Crash It takes a bit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hailing Ubuntu 8.10 Intrepid Ibex (and the Eee PC 701) by Dieresys &#187; Blog Archive &#187; Ecryptfs, Ubuntu 8.10 en la Asus EEE 701, y como desarmarla</title>
		<link>http://www.xenzero.com/blog/2008/10/20/ubuntu-810-intrepid-ibex-on-the-eee-pc-701/comment-page-1/#comment-737</link>
		<dc:creator>Dieresys &#187; Blog Archive &#187; Ecryptfs, Ubuntu 8.10 en la Asus EEE 701, y como desarmarla</dc:creator>
		<pubDate>Mon, 17 Nov 2008 18:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.xenzero.com/blog/?p=16#comment-737</guid>
		<description>[...] PeterDesarmando la EEE [...]</description>
		<content:encoded><![CDATA[<p>[...] PeterDesarmando la EEE [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Subversion (SVN) with Bugzilla by JD</title>
		<link>http://www.xenzero.com/blog/2008/04/02/integrating-subversion-svn-with-bugzilla/comment-page-1/#comment-635</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Thu, 24 Jul 2008 19:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.xenzero.com/blog/?p=11#comment-635</guid>
		<description>Pete,
 trying to integrate the same thing. Waiting to see your solution.

Also, would this work on both windows and non windows world?</description>
		<content:encoded><![CDATA[<p>Pete,<br />
 trying to integrate the same thing. Waiting to see your solution.</p>
<p>Also, would this work on both windows and non windows world?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Subversion (SVN) with Bugzilla by Bill</title>
		<link>http://www.xenzero.com/blog/2008/04/02/integrating-subversion-svn-with-bugzilla/comment-page-1/#comment-620</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 22 Apr 2008 02:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xenzero.com/blog/?p=11#comment-620</guid>
		<description>Yes, me too. I&#039;m trying to figure out if bug tracking makes sense in our project management application or in a third party app such as Bugzilla since it integrates nicely with SVN.</description>
		<content:encoded><![CDATA[<p>Yes, me too. I&#8217;m trying to figure out if bug tracking makes sense in our project management application or in a third party app such as Bugzilla since it integrates nicely with SVN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Subversion (SVN) with Bugzilla by Brandon</title>
		<link>http://www.xenzero.com/blog/2008/04/02/integrating-subversion-svn-with-bugzilla/comment-page-1/#comment-615</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Fri, 11 Apr 2008 22:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.xenzero.com/blog/?p=11#comment-615</guid>
		<description>Working on a similar problem, so I&#039;m looking forward to seeing your solutions.</description>
		<content:encoded><![CDATA[<p>Working on a similar problem, so I&#8217;m looking forward to seeing your solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sync Google Calendar with iPod on Ubuntu Linux by Sync GooCal and iPod in Ubuntu &#171; Simple Words</title>
		<link>http://www.xenzero.com/blog/2007/10/06/sync-google-calendar-with-ipod-on-ubuntu-linux/comment-page-1/#comment-151</link>
		<dc:creator>Sync GooCal and iPod in Ubuntu &#171; Simple Words</dc:creator>
		<pubDate>Sat, 17 Nov 2007 16:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.xenzero.com/blog/2007/10/06/sync-google-calendar-with-ipod-on-ubuntu-linux/#comment-151</guid>
		<description>[...] Your iPod&#8217;s calendar will now be synced every time you plug it in. Enjoy! Credit goes to Peter Howe for the original idea. [...]</description>
		<content:encoded><![CDATA[<p>[...] Your iPod&#8217;s calendar will now be synced every time you plug it in. Enjoy! Credit goes to Peter Howe for the original idea. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
