<?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 on: SQL Server Cast</title>
	<atom:link href="http://sqlserverplanet.com/tsql/sql-server-cast/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com/tsql/sql-server-cast</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:36:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Deb</title>
		<link>http://sqlserverplanet.com/tsql/sql-server-cast/comment-page-1#comment-1087</link>
		<dc:creator>Deb</dc:creator>
		<pubDate>Wed, 01 Feb 2012 01:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1384#comment-1087</guid>
		<description>Is the word to be used really &#039;append&#039;?  &quot;you need to append the number comprising the date into a string.&quot;  Is it really a &#039;padding&#039; of the number 0?</description>
		<content:encoded><![CDATA[<p>Is the word to be used really &#8216;append&#8217;?  &#8220;you need to append the number comprising the date into a string.&#8221;  Is it really a &#8216;padding&#8217; of the number 0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://sqlserverplanet.com/tsql/sql-server-cast/comment-page-1#comment-962</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 08 Nov 2011 15:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1384#comment-962</guid>
		<description>Agree! If you use left and it&#039;s i.e day 23 you will get &#039;02&#039; with left method.</description>
		<content:encoded><![CDATA[<p>Agree! If you use left and it&#8217;s i.e day 23 you will get &#8217;02&#8242; with left method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhaskar</title>
		<link>http://sqlserverplanet.com/tsql/sql-server-cast/comment-page-1#comment-871</link>
		<dc:creator>Bhaskar</dc:creator>
		<pubDate>Tue, 20 Sep 2011 20:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1384#comment-871</guid>
		<description>Looks like it should be right instead of left</description>
		<content:encoded><![CDATA[<p>Looks like it should be right instead of left</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://sqlserverplanet.com/tsql/sql-server-cast/comment-page-1#comment-567</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 15 Apr 2011 05:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1384#comment-567</guid>
		<description>Any date with double digit month and/or day is incorrect with this method (0 + left(x,2) will always start with 0)</description>
		<content:encoded><![CDATA[<p>Any date with double digit month and/or day is incorrect with this method (0 + left(x,2) will always start with 0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Dieter</title>
		<link>http://sqlserverplanet.com/tsql/sql-server-cast/comment-page-1#comment-139</link>
		<dc:creator>Derek Dieter</dc:creator>
		<pubDate>Fri, 25 Jun 2010 16:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1384#comment-139</guid>
		<description>Hi, You can find that answer here:

&lt;a href=&quot;http://sqlserverplanet.com/sql/cast-date-with-no-time/&quot; rel=&quot;nofollow&quot;&gt;http://sqlserverplanet.com/sql/cast-date-with-no-time/&lt;/a&gt;

SELECT CONVERT(varchar(12),GETDATE(), 112)  -- 20090629</description>
		<content:encoded><![CDATA[<p>Hi, You can find that answer here:</p>
<p><a href="http://sqlserverplanet.com/sql/cast-date-with-no-time/" rel="nofollow">http://sqlserverplanet.com/sql/cast-date-with-no-time/</a></p>
<p>SELECT CONVERT(varchar(12),GETDATE(), 112)  &#8212; 20090629</p>
]]></content:encoded>
	</item>
</channel>
</rss>

