<?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; Script/Function to Find Last Day of Month</title>
	<atom:link href="http://blog.sqlauthority.com/2007/05/20/sql-server-scriptfunction-to-find-last-day-of-month/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/05/20/sql-server-scriptfunction-to-find-last-day-of-month/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mitesh</title>
		<link>http://blog.sqlauthority.com/2007/05/20/sql-server-scriptfunction-to-find-last-day-of-month/#comment-51996</link>
		<dc:creator>Mitesh</dc:creator>
		<pubDate>Mon, 18 May 2009 05:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/20/sql-server-scriptfunction-to-find-last-day-of-month/#comment-51996</guid>
		<description>DECLARE @date DATETIME
SET @date=&#039;2009-02-04&#039;
SELECT
	DATEADD(mm,1,@date)-DAY(@DATE)
            AS LastDayOfMonth</description>
		<content:encoded><![CDATA[<p>DECLARE @date DATETIME<br />
SET @date=&#8217;2009-02-04&#8242;<br />
SELECT<br />
	DATEADD(mm,1,@date)-DAY(@DATE)<br />
            AS LastDayOfMonth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - Find Last Day of Any Month - Current Previous Next Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/05/20/sql-server-scriptfunction-to-find-last-day-of-month/#comment-8214</link>
		<dc:creator>SQL SERVER - Find Last Day of Any Month - Current Previous Next Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Sat, 18 Aug 2007 15:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/20/sql-server-scriptfunction-to-find-last-day-of-month/#comment-8214</guid>
		<description>[...] SQL SERVER - Script/Function to Find Last Day of Month SQL SERVER - Query to Find First and Last Day of Current Month [...]</description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER &#8211; Script/Function to Find Last Day of Month SQL SERVER &#8211; Query to Find First and Last Day of Current Month [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
