<?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 for Stephen Arbour</title>
	<atom:link href="http://stephenarbour.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stephenarbour.com</link>
	<description>Smart Software Solutions - Database Modeling and Design - XML, XSD, and XSLT Development - Product Development - IT Consulting</description>
	<lastBuildDate>Tue, 19 May 2009 15:45:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on MS SQL Server Has Issues With Math by Orchard</title>
		<link>http://stephenarbour.com/2008/11/25/ms-sql-server-has-issues-with-math/#comment-7</link>
		<dc:creator><![CDATA[Orchard]]></dc:creator>
		<pubDate>Tue, 19 May 2009 15:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://zyggyrat.wordpress.com/?p=16#comment-7</guid>
		<description><![CDATA[It hasn&#039;t been fixed in 2008; I just tried it and got the same thing you did.]]></description>
		<content:encoded><![CDATA[<p>It hasn&#8217;t been fixed in 2008; I just tried it and got the same thing you did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Power.com is not so powerful by Stephen Arbour</title>
		<link>http://stephenarbour.com/2008/12/01/powercom-is-not-so-powerful/#comment-4</link>
		<dc:creator><![CDATA[Stephen Arbour]]></dc:creator>
		<pubDate>Sat, 13 Dec 2008 04:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://zyggyrat.wordpress.com/?p=19#comment-4</guid>
		<description><![CDATA[Hi Stephen,

Guess what? I have your same name. I know big whoop. But it is kind of cool writing to someone who has the same name - for me anyway. 

Also I&#039;m a Systems Administrator. I don&#039;t think I&#039;m quite as savvy with computers as you seem to be but nevertheless, I&#039;m in the same field!!  Wonder if we are related some distant way.

Possible but then the name Arbour is like Smith in Canada. Pages and pages of Arbour&#039;s.  Great, Great, Great Grandpa was a busy man!

Take care
Stephen]]></description>
		<content:encoded><![CDATA[<p>Hi Stephen,</p>
<p>Guess what? I have your same name. I know big whoop. But it is kind of cool writing to someone who has the same name &#8211; for me anyway. </p>
<p>Also I&#8217;m a Systems Administrator. I don&#8217;t think I&#8217;m quite as savvy with computers as you seem to be but nevertheless, I&#8217;m in the same field!!  Wonder if we are related some distant way.</p>
<p>Possible but then the name Arbour is like Smith in Canada. Pages and pages of Arbour&#8217;s.  Great, Great, Great Grandpa was a busy man!</p>
<p>Take care<br />
Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MS SQL Server Has Issues With Math by sarbour</title>
		<link>http://stephenarbour.com/2008/11/25/ms-sql-server-has-issues-with-math/#comment-3</link>
		<dc:creator><![CDATA[sarbour]]></dc:creator>
		<pubDate>Wed, 26 Nov 2008 12:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://zyggyrat.wordpress.com/?p=16#comment-3</guid>
		<description><![CDATA[Hi Syedur,

Here&#039;s my results with blog-friendly formatting. Look closely at the last 2 lines:

select @res

123.123456789

-----------------------------
select CAST(@res as float(8))

123.1235

--------------------
select CONVERT(FLOAT, @res)

123.123456789

-------------
select ROUND(@res,8)

123.12345679

--------------------------------
select CONVERT(varchar, ROUND(@res, 8))

123.123

See how the result of taking a value of 123.12345679 turned into 123.123 the moment we converted it into a string? What the heck happened to the rest of the significant digits (i.e., where&#039;s the 45679 part)? The same problem occurs if you use Cast() instead of Convert() to render the value in any string datatype.

Note that I was using MS SQL 2005, and this may be fixed with SQL Server 2008. I haven&#039;t checked that yet.]]></description>
		<content:encoded><![CDATA[<p>Hi Syedur,</p>
<p>Here&#8217;s my results with blog-friendly formatting. Look closely at the last 2 lines:</p>
<p>select @res</p>
<p>123.123456789</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
select CAST(@res as float(8))</p>
<p>123.1235</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
select CONVERT(FLOAT, @res)</p>
<p>123.123456789</p>
<p>&#8212;&#8212;&#8212;&#8212;-<br />
select ROUND(@res,8)</p>
<p>123.12345679</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
select CONVERT(varchar, ROUND(@res, 8))</p>
<p>123.123</p>
<p>See how the result of taking a value of 123.12345679 turned into 123.123 the moment we converted it into a string? What the heck happened to the rest of the significant digits (i.e., where&#8217;s the 45679 part)? The same problem occurs if you use Cast() instead of Convert() to render the value in any string datatype.</p>
<p>Note that I was using MS SQL 2005, and this may be fixed with SQL Server 2008. I haven&#8217;t checked that yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MS SQL Server Has Issues With Math by Syedur</title>
		<link>http://stephenarbour.com/2008/11/25/ms-sql-server-has-issues-with-math/#comment-2</link>
		<dc:creator><![CDATA[Syedur]]></dc:creator>
		<pubDate>Wed, 26 Nov 2008 01:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://zyggyrat.wordpress.com/?p=16#comment-2</guid>
		<description><![CDATA[Can you post the results you are getting? I believe I am getting the right numbers.]]></description>
		<content:encoded><![CDATA[<p>Can you post the results you are getting? I believe I am getting the right numbers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

