<?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: Avoiding the &#8216;WHERE clause wasn&#8217;t selected&#8217; problem	</title>
	<atom:link href="https://lobsterpot.com.au/blog/2020/05/14/avoiding-the-where-clause-wasnt-selected-problem/feed/" rel="self" type="application/rss+xml" />
	<link>https://lobsterpot.com.au/blog/2020/05/14/avoiding-the-where-clause-wasnt-selected-problem/</link>
	<description></description>
	<lastBuildDate>Thu, 14 May 2020 10:34:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Rob Farley		</title>
		<link>https://lobsterpot.com.au/blog/2020/05/14/avoiding-the-where-clause-wasnt-selected-problem/#comment-3661</link>

		<dc:creator><![CDATA[Rob Farley]]></dc:creator>
		<pubDate>Thu, 14 May 2020 10:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.lobsterpot.com.au/?p=3978#comment-3661</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://lobsterpot.com.au/blog/2020/05/14/avoiding-the-where-clause-wasnt-selected-problem/#comment-3660&quot;&gt;Victor Girling&lt;/a&gt;.

Right, but then you end up holding the locks for longer. And if someone runs it and walks away, it can be disastrous.]]></description>
			<content:encoded><![CDATA[<p>Right, but then you end up holding the locks for longer. And if someone runs it and walks away, it can be disastrous.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Victor Girling		</title>
		<link>https://lobsterpot.com.au/blog/2020/05/14/avoiding-the-where-clause-wasnt-selected-problem/#comment-3660</link>

		<dc:creator><![CDATA[Victor Girling]]></dc:creator>
		<pubDate>Thu, 14 May 2020 10:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.lobsterpot.com.au/?p=3978#comment-3660</guid>

					<description><![CDATA[An alternative is to use a transaction

BEGIN TRAN

UPDATE ...

-- Number of rows looks ok?
-- COMMIT  TRAN
-- Oops
-- ROLLBACK]]></description>
			<content:encoded><![CDATA[<p>An alternative is to use a transaction</p>
<p>BEGIN TRAN</p>
<p>UPDATE &#8230;</p>
<p>&#8212; Number of rows looks ok?<br />
&#8212; COMMIT  TRAN<br />
&#8212; Oops<br />
&#8212; ROLLBACK</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rob Farley		</title>
		<link>https://lobsterpot.com.au/blog/2020/05/14/avoiding-the-where-clause-wasnt-selected-problem/#comment-3659</link>

		<dc:creator><![CDATA[Rob Farley]]></dc:creator>
		<pubDate>Thu, 14 May 2020 02:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.lobsterpot.com.au/?p=3978#comment-3659</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://lobsterpot.com.au/blog/2020/05/14/avoiding-the-where-clause-wasnt-selected-problem/#comment-3658&quot;&gt;John Berry&lt;/a&gt;.

Yes, there are a number of tools that will warn about that. But often I have to give scripts to other people to run, and I generally can’t get them to install those tools.]]></description>
			<content:encoded><![CDATA[<p>Yes, there are a number of tools that will warn about that. But often I have to give scripts to other people to run, and I generally can’t get them to install those tools.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John Berry		</title>
		<link>https://lobsterpot.com.au/blog/2020/05/14/avoiding-the-where-clause-wasnt-selected-problem/#comment-3658</link>

		<dc:creator><![CDATA[John Berry]]></dc:creator>
		<pubDate>Thu, 14 May 2020 02:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.lobsterpot.com.au/?p=3978#comment-3658</guid>

					<description><![CDATA[Hate when that happens! I think every SQL dev or DBA has made this mistake at least once. An alternative protection mechanism is the Devart SQL Complete execution warnings feature.]]></description>
			<content:encoded><![CDATA[<p>Hate when that happens! I think every SQL dev or DBA has made this mistake at least once. An alternative protection mechanism is the Devart SQL Complete execution warnings feature.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
