<?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; Get Date and Time From Current DateTime &#8211; SQL in Sixty Seconds #025 &#8211; Video</title>
	<atom:link href="http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Wed, 22 May 2013 19:03:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: RAVI SANKAR</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-440836</link>
		<dc:creator><![CDATA[RAVI SANKAR]]></dc:creator>
		<pubDate>Wed, 20 Mar 2013 10:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-440836</guid>
		<description><![CDATA[can u please help me how to get a date without month &amp; year from database in oracle?]]></description>
		<content:encoded><![CDATA[<p>can u please help me how to get a date without month &amp; year from database in oracle?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar Martinez</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-428030</link>
		<dc:creator><![CDATA[Omar Martinez]]></dc:creator>
		<pubDate>Tue, 26 Feb 2013 18:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-428030</guid>
		<description><![CDATA[Thanks a lot for your post, it was easy to apply and very helpful.]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot for your post, it was easy to apply and very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joh</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-417760</link>
		<dc:creator><![CDATA[joh]]></dc:creator>
		<pubDate>Mon, 04 Feb 2013 18:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-417760</guid>
		<description><![CDATA[Thanks for your valuable post.
It helped me a lot.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your valuable post.<br />
It helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charles</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-415722</link>
		<dc:creator><![CDATA[charles]]></dc:creator>
		<pubDate>Thu, 31 Jan 2013 10:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-415722</guid>
		<description><![CDATA[Thank u Dave.
Your site has saved me tons of times ^_^]]></description>
		<content:encoded><![CDATA[<p>Thank u Dave.<br />
Your site has saved me tons of times ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Sharma</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-415254</link>
		<dc:creator><![CDATA[Ashish Sharma]]></dc:creator>
		<pubDate>Wed, 30 Jan 2013 12:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-415254</guid>
		<description><![CDATA[I want that system take current date dynamically &amp; displays the current months all days dynamically. Is it possible then tell me]]></description>
		<content:encoded><![CDATA[<p>I want that system take current date dynamically &amp; displays the current months all days dynamically. Is it possible then tell me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodrM</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-408971</link>
		<dc:creator><![CDATA[CodrM]]></dc:creator>
		<pubDate>Thu, 17 Jan 2013 14:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-408971</guid>
		<description><![CDATA[Hi

SQL Server Management Studio Express

I need to write a stored procedure, which has the same result as in Crystal Reports XI.

In Crystal Reports is like that:

@record selection
…..
and ({@Year}={?Year} or {@year}=({?Year}-1))
and date({@dep arr})&lt;date(year(currentdate),month(currentdate),1)

where the formulas are:
@dep arr
if {M.MType} =&quot;Import&quot; then {M.ArrivalDate} 
else if {M.MType} =&quot;Export&quot; then {M.DepartureDate}

@Year
if {M.MType} =&quot;Import&quot; then {%yeararr} 
else if {M.MType} =&quot;Export&quot; then {%yeardep}

%yeararr
year(&quot;M&quot;.&quot;ArrivalDate&quot;)

%yeardep
year(&quot;M&quot;.&quot;DepartureDate&quot;)

Please help]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>SQL Server Management Studio Express</p>
<p>I need to write a stored procedure, which has the same result as in Crystal Reports XI.</p>
<p>In Crystal Reports is like that:</p>
<p>@record selection<br />
…..<br />
and ({@Year}={?Year} or {@year}=({?Year}-1))<br />
and date({@dep arr})&lt;date(year(currentdate),month(currentdate),1)</p>
<p>where the formulas are:<br />
@dep arr<br />
if {M.MType} =&quot;Import&quot; then {M.ArrivalDate}<br />
else if {M.MType} =&quot;Export&quot; then {M.DepartureDate}</p>
<p>@Year<br />
if {M.MType} =&quot;Import&quot; then {%yeararr}<br />
else if {M.MType} =&quot;Export&quot; then {%yeardep}</p>
<p>%yeararr<br />
year(&quot;M&quot;.&quot;ArrivalDate&quot;)</p>
<p>%yeardep<br />
year(&quot;M&quot;.&quot;DepartureDate&quot;)</p>
<p>Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: missRavi</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-391028</link>
		<dc:creator><![CDATA[missRavi]]></dc:creator>
		<pubDate>Tue, 11 Dec 2012 04:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-391028</guid>
		<description><![CDATA[i want to display one date column of all the values expect to date below dates]]></description>
		<content:encoded><![CDATA[<p>i want to display one date column of all the values expect to date below dates</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Display Datetime in Specific Format &#8211; SQL in Sixty Seconds #033 &#8211; Video &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-377764</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Display Datetime in Specific Format &#8211; SQL in Sixty Seconds #033 &#8211; Video &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 21 Nov 2012 01:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-377764</guid>
		<description><![CDATA[[...] Get Date and Time From Current DateTime – SQL in Sixty Seconds #025 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Get Date and Time From Current DateTime – SQL in Sixty Seconds #025 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teena</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-364165</link>
		<dc:creator><![CDATA[Teena]]></dc:creator>
		<pubDate>Thu, 25 Oct 2012 08:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-364165</guid>
		<description><![CDATA[Hi,

If we are using the getdate() in a script which is used in an application. Will it take the server date or will it take the user&#039;s System date??]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If we are using the getdate() in a script which is used in an application. Will it take the server date or will it take the user&#8217;s System date??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janaki Senthil</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-349955</link>
		<dc:creator><![CDATA[Janaki Senthil]]></dc:creator>
		<pubDate>Mon, 17 Sep 2012 13:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-349955</guid>
		<description><![CDATA[Dear Venkat

I tried the below queries in SQLServer 2008 R2 and it is working fine..

select getdate()
select cast(getdate() as date)
select cast(getdate() as time)

select convert(date,getdate())
select convert(time,getdate())

select CONVERT(varchar(10),getdate(),101)
select CONVERT(varchar(10),getdate(),108)

May be this helps..

Let me know if you have any difficulties.]]></description>
		<content:encoded><![CDATA[<p>Dear Venkat</p>
<p>I tried the below queries in SQLServer 2008 R2 and it is working fine..</p>
<p>select getdate()<br />
select cast(getdate() as date)<br />
select cast(getdate() as time)</p>
<p>select convert(date,getdate())<br />
select convert(time,getdate())</p>
<p>select CONVERT(varchar(10),getdate(),101)<br />
select CONVERT(varchar(10),getdate(),108)</p>
<p>May be this helps..</p>
<p>Let me know if you have any difficulties.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-345476</link>
		<dc:creator><![CDATA[Venkat]]></dc:creator>
		<pubDate>Fri, 14 Sep 2012 07:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-345476</guid>
		<description><![CDATA[I tried it in sqlserver 2008 R2 but it&#039;s not working in this version....

it&#039;s giving below error
Msg 243, Level 16, State 1, Line 1
Type TIME is not a defined system type.
Msg 243, Level 16, State 1, Line 2
Type DATE is not a defined system type.]]></description>
		<content:encoded><![CDATA[<p>I tried it in sqlserver 2008 R2 but it&#8217;s not working in this version&#8230;.</p>
<p>it&#8217;s giving below error<br />
Msg 243, Level 16, State 1, Line 1<br />
Type TIME is not a defined system type.<br />
Msg 243, Level 16, State 1, Line 2<br />
Type DATE is not a defined system type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Abrams</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-344921</link>
		<dc:creator><![CDATA[Joe Abrams]]></dc:creator>
		<pubDate>Fri, 14 Sep 2012 00:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-344921</guid>
		<description><![CDATA[I&#039;ve always used 

DATEADD(day, DATEDIFF(day, 0, [datehere]),0) 

in SQL Server 2005 because I once heard it&#039;s faster than the Convert method, which presumably converts the date to and from a varchar.  Thoughts?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve always used </p>
<p>DATEADD(day, DATEDIFF(day, 0, [datehere]),0) </p>
<p>in SQL Server 2005 because I once heard it&#8217;s faster than the Convert method, which presumably converts the date to and from a varchar.  Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-343653</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 13 Sep 2012 12:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-343653</guid>
		<description><![CDATA[The last section of this post will have more information
http://beyondrelational.com/modules/2/blogs/70/posts/10899/understanding-datetime-column-part-iii.aspx]]></description>
		<content:encoded><![CDATA[<p>The last section of this post will have more information<br />
<a href="http://beyondrelational.com/modules/2/blogs/70/posts/10899/understanding-datetime-column-part-iii.aspx" rel="nofollow">http://beyondrelational.com/modules/2/blogs/70/posts/10899/understanding-datetime-column-part-iii.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spyder</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-343165</link>
		<dc:creator><![CDATA[Spyder]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 13:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-343165</guid>
		<description><![CDATA[I created a function some time ago which finds the date from datetime (converting a date to a number and then taking the integer) and then can return all sorts of dates based on that.  Might be usefule for some:


/*===========================================================================================
* Function to return dates from a given date
* Time is stripped off the given date
* Second parameter determines which date will be returned as follows:
*     LDLM = Last Day of Last Month
*     FDTM = First Day of This Month
*     FDNM = First Day of Next Month
*     LDTM = Last Day of This Month
*     LDNM = Last day of Next Month
*   FDLM = First day of Last Month
*
* The default if a second parameter value is not supplied is Last Day of This Month
* BUT if the value is not supplied the keyword &quot;DEFAULT&quot; must be
* e.g. dbo.DaysOfTheMonth (&#039;2010-04-14&#039;,DEFAULT) 
* Might as well supply the real value (LDTM)!
* (included for demo purposes)
===========================================================================================*/

ALTER FUNCTION
      [dbo].[DaysOfTheMonth]
      (
      @Date Datetime,
      @Day CHAR(4) = &#039;LDTM&#039;
      )
RETURNS DATETIME
AS
      BEGIN
            DECLARE
                  @LastDayOfLastMonth                 DATETIME,
                  @FirstDayOfLastMonth          DATETIME,
                  @FirstDayOfThisMonth          DATETIME,
                  @FirstDayOfNextMonth          DATETIME,
                  @LastDayOfThisMonth                 DATETIME,
                  @LastDayOfNextMonth                 DATETIME,
                  @Result                                   DATETIME
            SELECT
/*1.*/            @Date                         = CONVERT(INT,CONVERT(DECIMAL(18,2),@InputDate)),
/*2.*/            @LastDayOfLastMonth           = @Date - DAY(@Date),
                  @FirstDayOfLastMonth    = @LastDayOfLastMonth - DAY(@LastDayOfLastMonth) + 1,
/*3.*/            @FirstDayOfThisMonth    = @LastDayOfLastMonth + 1,
/*4.*/            @FirstDayOfNextMonth    = DATEADD(m,1,@FirstDayOfThisMonth),
/*5.*/            @LastDayOfThisMonth           = @FirstDayOfNextMonth - 1,
/*6.*/            @LastDayOfNextMonth           = DATEADD(m,1,@FirstDayOfNextMonth)-1


/*
1.    First, strip off the time
2.    Last day of last month is the given date minus the days
3.    First day of this month is the last day of last month plus one day
4.    First day of next month is the first day of this month plus one month
5.    Last day of this month is the first day of next month minus one day
6.    Last day of next month is the first day of next month plus one month minus one day
      (This can&#039;t be last day of this month plus one month i.e. 28th Feb + 1 month = 28th Mar)
*/

/*Now set the result according to the second parameter supplied*/
            SET @Result = 
                  Case
                  WHEN @Day = &#039;LDLM&#039; THEN @LastDayOfLastMonth
                  WHEN @Day = &#039;FDTM&#039; THEN @FirstDayOfThisMonth
                  WHEN @Day = &#039;FDNM&#039; THEN @FirstDayOfNextMonth
                  WHEN @Day = &#039;LDTM&#039; THEN @LastDayOfThisMonth
                  WHEN @Day = &#039;LDNM&#039; THEN @LastDayOfNextMonth
                  WHEN @Day = &#039;FDLM&#039; THEN @FirstDayOfLastMonth
                  ELSE
                        NULL
                  END
/*and return the result*/
            RETURN @Result
      END]]></description>
		<content:encoded><![CDATA[<p>I created a function some time ago which finds the date from datetime (converting a date to a number and then taking the integer) and then can return all sorts of dates based on that.  Might be usefule for some:</p>
<p>/*===========================================================================================<br />
* Function to return dates from a given date<br />
* Time is stripped off the given date<br />
* Second parameter determines which date will be returned as follows:<br />
*     LDLM = Last Day of Last Month<br />
*     FDTM = First Day of This Month<br />
*     FDNM = First Day of Next Month<br />
*     LDTM = Last Day of This Month<br />
*     LDNM = Last day of Next Month<br />
*   FDLM = First day of Last Month<br />
*<br />
* The default if a second parameter value is not supplied is Last Day of This Month<br />
* BUT if the value is not supplied the keyword &#8220;DEFAULT&#8221; must be<br />
* e.g. dbo.DaysOfTheMonth (&#8217;2010-04-14&#8242;,DEFAULT)<br />
* Might as well supply the real value (LDTM)!<br />
* (included for demo purposes)<br />
===========================================================================================*/</p>
<p>ALTER FUNCTION<br />
      [dbo].[DaysOfTheMonth]<br />
      (<br />
      @Date Datetime,<br />
      @Day CHAR(4) = &#8216;LDTM&#8217;<br />
      )<br />
RETURNS DATETIME<br />
AS<br />
      BEGIN<br />
            DECLARE<br />
                  @LastDayOfLastMonth                 DATETIME,<br />
                  @FirstDayOfLastMonth          DATETIME,<br />
                  @FirstDayOfThisMonth          DATETIME,<br />
                  @FirstDayOfNextMonth          DATETIME,<br />
                  @LastDayOfThisMonth                 DATETIME,<br />
                  @LastDayOfNextMonth                 DATETIME,<br />
                  @Result                                   DATETIME<br />
            SELECT<br />
/*1.*/            @Date                         = CONVERT(INT,CONVERT(DECIMAL(18,2),@InputDate)),<br />
/*2.*/            @LastDayOfLastMonth           = @Date &#8211; DAY(@Date),<br />
                  @FirstDayOfLastMonth    = @LastDayOfLastMonth &#8211; DAY(@LastDayOfLastMonth) + 1,<br />
/*3.*/            @FirstDayOfThisMonth    = @LastDayOfLastMonth + 1,<br />
/*4.*/            @FirstDayOfNextMonth    = DATEADD(m,1,@FirstDayOfThisMonth),<br />
/*5.*/            @LastDayOfThisMonth           = @FirstDayOfNextMonth &#8211; 1,<br />
/*6.*/            @LastDayOfNextMonth           = DATEADD(m,1,@FirstDayOfNextMonth)-1</p>
<p>/*<br />
1.    First, strip off the time<br />
2.    Last day of last month is the given date minus the days<br />
3.    First day of this month is the last day of last month plus one day<br />
4.    First day of next month is the first day of this month plus one month<br />
5.    Last day of this month is the first day of next month minus one day<br />
6.    Last day of next month is the first day of next month plus one month minus one day<br />
      (This can&#8217;t be last day of this month plus one month i.e. 28th Feb + 1 month = 28th Mar)<br />
*/</p>
<p>/*Now set the result according to the second parameter supplied*/<br />
            SET @Result =<br />
                  Case<br />
                  WHEN @Day = &#8216;LDLM&#8217; THEN @LastDayOfLastMonth<br />
                  WHEN @Day = &#8216;FDTM&#8217; THEN @FirstDayOfThisMonth<br />
                  WHEN @Day = &#8216;FDNM&#8217; THEN @FirstDayOfNextMonth<br />
                  WHEN @Day = &#8216;LDTM&#8217; THEN @LastDayOfThisMonth<br />
                  WHEN @Day = &#8216;LDNM&#8217; THEN @LastDayOfNextMonth<br />
                  WHEN @Day = &#8216;FDLM&#8217; THEN @FirstDayOfLastMonth<br />
                  ELSE<br />
                        NULL<br />
                  END<br />
/*and return the result*/<br />
            RETURN @Result<br />
      END</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghav</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-343161</link>
		<dc:creator><![CDATA[Raghav]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 13:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-343161</guid>
		<description><![CDATA[Good One. I&#039;ve tried it on SQL Server 2005. I should try it on other versions too.]]></description>
		<content:encoded><![CDATA[<p>Good One. I&#8217;ve tried it on SQL Server 2005. I should try it on other versions too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-343044</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 05:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-343044</guid>
		<description><![CDATA[Correct. 

I missed that in video as well.]]></description>
		<content:encoded><![CDATA[<p>Correct. </p>
<p>I missed that in video as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harsh</title>
		<link>http://blog.sqlauthority.com/2012/09/12/sql-server-get-date-and-time-from-current-datetime-sql-in-sixty-seconds-025-video/#comment-343041</link>
		<dc:creator><![CDATA[harsh]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 04:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20689#comment-343041</guid>
		<description><![CDATA[It should be  VARCHAR(10) in place of VARCHAR(8) in  DateOnly for SQL 2000/2005]]></description>
		<content:encoded><![CDATA[<p>It should be  VARCHAR(10) in place of VARCHAR(8) in  DateOnly for SQL 2000/2005</p>
]]></content:encoded>
	</item>
</channel>
</rss>
