<?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; Removing Leading Zeros From Column in Table &#8211; Part 2</title>
	<atom:link href="http://blog.sqlauthority.com/2012/11/22/sql-server-removing-leading-zeros-from-column-in-table-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/11/22/sql-server-removing-leading-zeros-from-column-in-table-part-2/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Samith C Valsalan</title>
		<link>http://blog.sqlauthority.com/2012/11/22/sql-server-removing-leading-zeros-from-column-in-table-part-2/#comment-392968</link>
		<dc:creator><![CDATA[Samith C Valsalan]]></dc:creator>
		<pubDate>Fri, 14 Dec 2012 06:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21672#comment-392968</guid>
		<description><![CDATA[Select cast(replace(col1,&#039; &#039;,&#039;0&#039;) as money)  from Table1]]></description>
		<content:encoded><![CDATA[<p>Select cast(replace(col1,&#8217; &#8216;,&#8217;0&#8242;) as money)  from Table1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boregowda, Santhoshkumar</title>
		<link>http://blog.sqlauthority.com/2012/11/22/sql-server-removing-leading-zeros-from-column-in-table-part-2/#comment-378510</link>
		<dc:creator><![CDATA[Boregowda, Santhoshkumar]]></dc:creator>
		<pubDate>Thu, 22 Nov 2012 06:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21672#comment-378510</guid>
		<description><![CDATA[It seems Unsubscribe link is not redirecting to the correct page. 

I want to stop sending emails to this email ID, I have subscribed for another one. 

Could you please help stop? 

________________________________]]></description>
		<content:encoded><![CDATA[<p>It seems Unsubscribe link is not redirecting to the correct page. </p>
<p>I want to stop sending emails to this email ID, I have subscribed for another one. </p>
<p>Could you please help stop? </p>
<p>________________________________</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Epon</title>
		<link>http://blog.sqlauthority.com/2012/11/22/sql-server-removing-leading-zeros-from-column-in-table-part-2/#comment-378459</link>
		<dc:creator><![CDATA[Epon]]></dc:creator>
		<pubDate>Thu, 22 Nov 2012 04:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21672#comment-378459</guid>
		<description><![CDATA[how about cast as float?]]></description>
		<content:encoded><![CDATA[<p>how about cast as float?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
