<?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 Enjoy everyday in our life</title>
	<atom:link href="http://keentiger.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://keentiger.com</link>
	<description>This blog talked about tips and tricks for developer or DBA who use SQL Server, Oracle RDBMS, MySQL for their works.</description>
	<pubDate>Tue, 21 May 2013 22:29:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SQL Server Datediff - Duration between 2 dates by Gedas</title>
		<link>http://keentiger.com/2008/01/22/sql-server-datediff-duration-between-2-dates/comment-page-1/#comment-108</link>
		<dc:creator>Gedas</dc:creator>
		<pubDate>Thu, 04 Feb 2010 15:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://keentiger.com/2008/01/22/sql-server-datediff-duration-between-2-dates/#comment-108</guid>
		<description>This was very helpful. Thanks!</description>
		<content:encoded><![CDATA[<p>This was very helpful. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLCMD - useful parameters by Ningaraju</title>
		<link>http://keentiger.com/2008/02/15/sqlcmd-useful-parameters/comment-page-1/#comment-107</link>
		<dc:creator>Ningaraju</dc:creator>
		<pubDate>Thu, 17 Dec 2009 14:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://keentiger.com/2008/02/15/sqlcmd-useful-parameters/#comment-107</guid>
		<description>simple and best</description>
		<content:encoded><![CDATA[<p>simple and best</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I limit number of rows returned in SQL Server, Oracle and MySQL by Stephane Champoussin</title>
		<link>http://keentiger.com/2008/09/30/how-do-i-limit-number-of-rows-returned-in-sql-server-oracle-and-mysql/comment-page-1/#comment-106</link>
		<dc:creator>Stephane Champoussin</dc:creator>
		<pubDate>Mon, 12 Oct 2009 16:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://keentiger.com/?p=14#comment-106</guid>
		<description>Hi Tracy,

Just a little error in the Oracle query because Oracle will process the rownum condition before the order by. So the output will not necessarily gives the 10 you are looking for.

The query should be:
select * from (
select * from users order by lastlogin desc)
WHERE ROWNUM&lt;=10;

This will ensure the order by clause is done first and then the top 10.</description>
		<content:encoded><![CDATA[<p>Hi Tracy,</p>
<p>Just a little error in the Oracle query because Oracle will process the rownum condition before the order by. So the output will not necessarily gives the 10 you are looking for.</p>
<p>The query should be:<br />
select * from (<br />
select * from users order by lastlogin desc)<br />
WHERE ROWNUM&lt;=10;</p>
<p>This will ensure the order by clause is done first and then the top 10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLCMD - useful parameters by Cristi</title>
		<link>http://keentiger.com/2008/02/15/sqlcmd-useful-parameters/comment-page-1/#comment-104</link>
		<dc:creator>Cristi</dc:creator>
		<pubDate>Wed, 09 Sep 2009 12:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://keentiger.com/2008/02/15/sqlcmd-useful-parameters/#comment-104</guid>
		<description>Very useful. Thank you!</description>
		<content:encoded><![CDATA[<p>Very useful. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Datediff - Duration between 2 dates by Prakash</title>
		<link>http://keentiger.com/2008/01/22/sql-server-datediff-duration-between-2-dates/comment-page-1/#comment-18</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Wed, 28 Jan 2009 12:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://keentiger.com/2008/01/22/sql-server-datediff-duration-between-2-dates/#comment-18</guid>
		<description>Good</description>
		<content:encoded><![CDATA[<p>Good</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server function for Date manipulation - convert() by Tom</title>
		<link>http://keentiger.com/2007/05/23/sql-server-function-for-date-manipulation-convert/comment-page-1/#comment-12</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 18 Mar 2008 03:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://keentiger.com/2007/05/23/sql-server-function-for-date-manipulation-convert/#comment-12</guid>
		<description>That is good guide!</description>
		<content:encoded><![CDATA[<p>That is good guide!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server function for Date manipulation - convert() by Quang A</title>
		<link>http://keentiger.com/2007/05/23/sql-server-function-for-date-manipulation-convert/comment-page-1/#comment-11</link>
		<dc:creator>Quang A</dc:creator>
		<pubDate>Tue, 18 Mar 2008 03:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://keentiger.com/2007/05/23/sql-server-function-for-date-manipulation-convert/#comment-11</guid>
		<description>Thanks so much!</description>
		<content:encoded><![CDATA[<p>Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLMail hung in schedule job - restart it without restart SQL Server services by narayanan</title>
		<link>http://keentiger.com/2007/05/24/sqlmail-hung-in-schedule-job-restart-it-without-restart-sql-server-services/comment-page-1/#comment-9</link>
		<dc:creator>narayanan</dc:creator>
		<pubDate>Sun, 09 Dec 2007 17:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://keentiger.com/2007/05/24/sqlmail-hung-in-schedule-job-restart-it-without-restart-sql-server-services/#comment-9</guid>
		<description>i am using sqlserver 2000 in windows2000 i would like to take report  by a query  and send it a mail address is it possible</description>
		<content:encoded><![CDATA[<p>i am using sqlserver 2000 in windows2000 i would like to take report  by a query  and send it a mail address is it possible</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLMail hung in schedule job - restart it without restart SQL Server services by joe</title>
		<link>http://keentiger.com/2007/05/24/sqlmail-hung-in-schedule-job-restart-it-without-restart-sql-server-services/comment-page-1/#comment-8</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 25 Oct 2007 16:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://keentiger.com/2007/05/24/sqlmail-hung-in-schedule-job-restart-it-without-restart-sql-server-services/#comment-8</guid>
		<description>thanks, that was a great tip &amp; solved my issue</description>
		<content:encoded><![CDATA[<p>thanks, that was a great tip &amp; solved my issue</p>
]]></content:encoded>
	</item>
</channel>
</rss>
