<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Born Again! &#187; reference</title>
	<atom:link href="http://blogs.abrahamdurairaj.info/tag/reference/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.abrahamdurairaj.info</link>
	<description>My Online diary! Kept it open for my fellow folks to understand few things from me ...</description>
	<lastBuildDate>Thu, 20 May 2010 21:57:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Useful SQL Functions related to date</title>
		<link>http://blogs.abrahamdurairaj.info/2007/01/useful-sql-functions-related-to-date.html</link>
		<comments>http://blogs.abrahamdurairaj.info/2007/01/useful-sql-functions-related-to-date.html#comments</comments>
		<pubDate>Fri, 19 Jan 2007 06:03:00 +0000</pubDate>
		<dc:creator>Abe</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://blogs.abrahamdurairaj.info/?p=28</guid>
		<description><![CDATA[Here are few SQL Functions which would be useful when we do some tasks dealing with dates
 Dateadd: Returns a new datetime value based on adding an interval to the specified date.
Syntax: DATEADD ( datepart, number, date ) 
Datediff: Returns the number of date and time boundaries crossed between two specified dates. 
Syntax: DATEDIFF ( [...]]]></description>
			<content:encoded><![CDATA[<p>Here are few SQL Functions which would be useful when we do some tasks dealing with dates</p>
<p><code> Dateadd: Returns a new datetime value based on adding an interval to the specified date.</p>
<p>Syntax: DATEADD ( datepart, number, date ) </p>
<p>Datediff: Returns the number of date and time boundaries crossed between two specified dates. </p>
<p>Syntax: DATEDIFF ( datepart, startdate, enddate ) </p>
<p>Datename: Returns a character string representing the specified datepart of the specified date.</p>
<p>Syntax: DATENAME ( datepart, date )</p>
<p>Datepart: Returns an integer representing the specified datepart of the specified date.</p>
<p>Syntax: DATEPART ( datepart, date ) </p>
<p>Day: Returns an integer representing the day datepart of the specified date.</p>
<p>Syntax: DAY ( date ) </p>
<p>Getdate: Returns the current system date and time in the Microsoft® SQL Server standard internal format for datetime values.</p>
<p>Syntax: GETDATE ( )</p>
<p>Month: Returns an integer that represents the month part of a specified date.</p>
<p>Syntax: MONTH ( date ) </p>
<p>Year: Returns an integer that represents the year part of a specified date.</p>
<p>Syntax: YEAR ( date ) <br /></code> </p>
<p>Hope this would be helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.abrahamdurairaj.info/2007/01/useful-sql-functions-related-to-date.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
