<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; SQL Joke, SQL Humor, SQL Laugh &#8211; Silly Mistake</title>
	<atom:link href="http://blog.sqlauthority.com/2008/05/15/sql-server-sql-joke-sql-humor-sql-laugh-silly-mistake/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/05/15/sql-server-sql-joke-sql-humor-sql-laugh-silly-mistake/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:22:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/05/15/sql-server-sql-joke-sql-humor-sql-laugh-silly-mistake/#comment-191485</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 09:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=604#comment-191485</guid>
		<description><![CDATA[One option is to use DELETE trigger and check for the number of records

If (select count(*) from table)=0
rollback

However it will not gaurantee when all rows are delete using the where clause.]]></description>
		<content:encoded><![CDATA[<p>One option is to use DELETE trigger and check for the number of records</p>
<p>If (select count(*) from table)=0<br />
rollback</p>
<p>However it will not gaurantee when all rows are delete using the where clause.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subramaniam</title>
		<link>http://blog.sqlauthority.com/2008/05/15/sql-server-sql-joke-sql-humor-sql-laugh-silly-mistake/#comment-191317</link>
		<dc:creator><![CDATA[Subramaniam]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 04:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=604#comment-191317</guid>
		<description><![CDATA[Could you please tell me how to disable delete command if suppose where conditions is not specified in Delete ( For security Purpose)]]></description>
		<content:encoded><![CDATA[<p>Could you please tell me how to disable delete command if suppose where conditions is not specified in Delete ( For security Purpose)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kearns</title>
		<link>http://blog.sqlauthority.com/2008/05/15/sql-server-sql-joke-sql-humor-sql-laugh-silly-mistake/#comment-38549</link>
		<dc:creator><![CDATA[Kearns]]></dc:creator>
		<pubDate>Tue, 20 May 2008 13:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=604#comment-38549</guid>
		<description><![CDATA[I think, more importantly, this is a case that illustrates why not only backups are important but staging servers. I author and test all of my scripts on my development box before running them live (and still usually cringe when executing).

Of course at a job, a long time ago, I did a &quot;rm *.*&quot; instead of the &quot;rm a:*.*&quot; that I was supposed to do and wiped a whole terminal, and the guy I had to tell, the head of corporate IT, was my Dad...]]></description>
		<content:encoded><![CDATA[<p>I think, more importantly, this is a case that illustrates why not only backups are important but staging servers. I author and test all of my scripts on my development box before running them live (and still usually cringe when executing).</p>
<p>Of course at a job, a long time ago, I did a &#8220;rm *.*&#8221; instead of the &#8220;rm a:*.*&#8221; that I was supposed to do and wiped a whole terminal, and the guy I had to tell, the head of corporate IT, was my Dad&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

