<?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: Oops, didn&#8217;t mean to run the entire script&#8230;</title>
	<atom:link href="http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-didnt-mean-to-run-the-entire-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-didnt-mean-to-run-the-entire-script/</link>
	<description>Musings about SQL, databases, and my world in general...</description>
	<lastBuildDate>Tue, 20 Dec 2011 15:37:13 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-didnt-mean-to-run-the-entire-script/comment-page-1/#comment-16729</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 09 Dec 2009 12:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-forgot-to-highlight-that-statement/#comment-16729</guid>
		<description>Thanks, Emil - that&#039;s a great idea.  You could always put a WAITFOR DELAY &#039;00:00:01&#039; in the loop to slow down the impact of the print statement.</description>
		<content:encoded><![CDATA[<p>Thanks, Emil &#8211; that&#8217;s a great idea.  You could always put a WAITFOR DELAY &#8216;00:00:01&#8242; in the loop to slow down the impact of the print statement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Fridriksson - Valar</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-didnt-mean-to-run-the-entire-script/comment-page-1/#comment-16725</link>
		<dc:creator>Emil Fridriksson - Valar</dc:creator>
		<pubDate>Wed, 09 Dec 2009 04:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-forgot-to-highlight-that-statement/#comment-16725</guid>
		<description>I use this. Infinite loop, Uses a tiny little bit of server resources, but you&#039;ll notice and stop the execution asap anyway and you don&#039;t have to sacrifice any features.

-- Security code
select &#039;SAFETY SWTICH&#039;
while 1=1 print &#039;SAFETY SWTICH&#039;
-----------------</description>
		<content:encoded><![CDATA[<p>I use this. Infinite loop, Uses a tiny little bit of server resources, but you&#8217;ll notice and stop the execution asap anyway and you don&#8217;t have to sacrifice any features.</p>
<p>&#8211; Security code<br />
select &#8216;SAFETY SWTICH&#8217;<br />
while 1=1 print &#8216;SAFETY SWTICH&#8217;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian McLeod</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-didnt-mean-to-run-the-entire-script/comment-page-1/#comment-16114</link>
		<dc:creator>Ian McLeod</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-forgot-to-highlight-that-statement/#comment-16114</guid>
		<description>Hi Jim.

Is there a possibility that you can rollback a transaction/whole script when an error occurs while using SQLCMD?</description>
		<content:encoded><![CDATA[<p>Hi Jim.</p>
<p>Is there a possibility that you can rollback a transaction/whole script when an error occurs while using SQLCMD?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

