<?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: Programmatical Database Optimisation&#8230;</title>
	<atom:link href="http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/</link>
	<description>Technology Holdings Company</description>
	<lastBuildDate>Wed, 10 Sep 2014 10:50:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Melinda</title>
		<link>http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/comment-page-1/#comment-866519</link>
		<dc:creator>Melinda</dc:creator>
		<pubDate>Wed, 03 Sep 2014 04:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/#comment-866519</guid>
		<description>I read a lot of interesting content here. Probably you  spend a lot of time writing, i know 
how to save you a lot of work, there is an online tool that 
creates readable, google friendly articles in seconds, just type in google  - laranitas free content</description>
		<content:encoded><![CDATA[<p>I read a lot of interesting content here. Probably you  spend a lot of time writing, i know<br />
how to save you a lot of work, there is an online tool that<br />
creates readable, google friendly articles in seconds, just type in google  &#8211; laranitas free content</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcnicholl</title>
		<link>http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/comment-page-1/#comment-2168</link>
		<dc:creator>mcnicholl</dc:creator>
		<pubDate>Wed, 27 Feb 2008 23:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/#comment-2168</guid>
		<description>Hi Margaret,

Sorry - the check is implied. I was just listing the basic SQL.

How do you tackle this scenario?</description>
		<content:encoded><![CDATA[<p>Hi Margaret,</p>
<p>Sorry &#8211; the check is implied. I was just listing the basic SQL.</p>
<p>How do you tackle this scenario?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Margaret</title>
		<link>http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/comment-page-1/#comment-2162</link>
		<dc:creator>Margaret</dc:creator>
		<pubDate>Wed, 27 Feb 2008 14:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/#comment-2162</guid>
		<description>You don&#039;t list using an if statement in your query.

If count(*) from B&gt;1 begin
 delete from a where a.id in (select id from b)
end</description>
		<content:encoded><![CDATA[<p>You don&#8217;t list using an if statement in your query.</p>
<p>If count(*) from B&gt;1 begin<br />
 delete from a where a.id in (select id from b)<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Its now 2008&#8230; by McNicholl Holdings</title>
		<link>http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/comment-page-1/#comment-1619</link>
		<dc:creator>Its now 2008&#8230; by McNicholl Holdings</dc:creator>
		<pubDate>Wed, 02 Jan 2008 01:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/#comment-1619</guid>
		<description>[...] Programmatical Database Optimisation&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Programmatical Database Optimisation&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcnicholl</title>
		<link>http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/comment-page-1/#comment-1413</link>
		<dc:creator>mcnicholl</dc:creator>
		<pubDate>Fri, 07 Dec 2007 20:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/#comment-1413</guid>
		<description>Hi Kaya,

Yeah I have it in my mind that I should do the check (SELECT) first before only deleting the necessary rows. I wrote this blog post as a sort of &quot;Talk out loud&quot; / &quot;I hope someone can help&quot;. :-)

Anyone else have an opinion on this?</description>
		<content:encoded><![CDATA[<p>Hi Kaya,</p>
<p>Yeah I have it in my mind that I should do the check (SELECT) first before only deleting the necessary rows. I wrote this blog post as a sort of &#8220;Talk out loud&#8221; / &#8220;I hope someone can help&#8221;. <img src='http://blog.mcnicholl.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Anyone else have an opinion on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaya</title>
		<link>http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/comment-page-1/#comment-1393</link>
		<dc:creator>Kaya</dc:creator>
		<pubDate>Thu, 06 Dec 2007 08:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcnicholl.com/2007/12/05/programmatical-database-optimisation/#comment-1393</guid>
		<description>Whoah,

Thats a little heavy! :-)

I suppose if you do the SELECT check first - then you dont have to commit to a DELETE if you dont need to - -but then - - if the delete is necessary you have increased the workload to remove the participant(s).</description>
		<content:encoded><![CDATA[<p>Whoah,</p>
<p>Thats a little heavy! <img src='http://blog.mcnicholl.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I suppose if you do the SELECT check first &#8211; then you dont have to commit to a DELETE if you dont need to &#8211; -but then &#8211; - if the delete is necessary you have increased the workload to remove the participant(s).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
