<?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: SQLAuthority News &#8211; SQL Server 2008 Book Online Updated in October 2008</title>
	<atom:link href="http://blog.sqlauthority.com/2008/11/09/sqlauthority-news-sql-server-2008-book-online-updated-in-october-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/11/09/sqlauthority-news-sql-server-2008-book-online-updated-in-october-2008/</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: Neetu</title>
		<link>http://blog.sqlauthority.com/2008/11/09/sqlauthority-news-sql-server-2008-book-online-updated-in-october-2008/#comment-44367</link>
		<dc:creator><![CDATA[Neetu]]></dc:creator>
		<pubDate>Mon, 24 Nov 2008 07:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1487#comment-44367</guid>
		<description><![CDATA[Hi,
@ archana
try this. hope this will help u.

select convert(decimal(3,2),convert(decimal(4,3),1.0847))

Regards,
Neetu]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
@ archana<br />
try this. hope this will help u.</p>
<p>select convert(decimal(3,2),convert(decimal(4,3),1.0847))</p>
<p>Regards,<br />
Neetu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Westerfield</title>
		<link>http://blog.sqlauthority.com/2008/11/09/sqlauthority-news-sql-server-2008-book-online-updated-in-october-2008/#comment-44320</link>
		<dc:creator><![CDATA[Ian Westerfield]]></dc:creator>
		<pubDate>Fri, 21 Nov 2008 05:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1487#comment-44320</guid>
		<description><![CDATA[You could also do this if you wanted to get 1.09 from 1.0857:

SELECT CONVERT(DECIMAL(3,2),CONVERT(DECIMAL(4,3),1.0847))

Convert twice the number to make 2 + 2 = 1 :0)]]></description>
		<content:encoded><![CDATA[<p>You could also do this if you wanted to get 1.09 from 1.0857:</p>
<p>SELECT CONVERT(DECIMAL(3,2),CONVERT(DECIMAL(4,3),1.0847))</p>
<p>Convert twice the number to make 2 + 2 = 1 :0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Westerfield</title>
		<link>http://blog.sqlauthority.com/2008/11/09/sqlauthority-news-sql-server-2008-book-online-updated-in-october-2008/#comment-44319</link>
		<dc:creator><![CDATA[Ian Westerfield]]></dc:creator>
		<pubDate>Fri, 21 Nov 2008 04:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1487#comment-44319</guid>
		<description><![CDATA[1.0847 will not round to 1.09 (1.0857 would round to 1.09).

Regardless the function is either:

CONVERT(DECIMAL(3,2),1.0847) = 1.08

or

ROUND(1.0847, 2) = 1.0800]]></description>
		<content:encoded><![CDATA[<p>1.0847 will not round to 1.09 (1.0857 would round to 1.09).</p>
<p>Regardless the function is either:</p>
<p>CONVERT(DECIMAL(3,2),1.0847) = 1.08</p>
<p>or</p>
<p>ROUND(1.0847, 2) = 1.0800</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archana</title>
		<link>http://blog.sqlauthority.com/2008/11/09/sqlauthority-news-sql-server-2008-book-online-updated-in-october-2008/#comment-44180</link>
		<dc:creator><![CDATA[archana]]></dc:creator>
		<pubDate>Wed, 12 Nov 2008 13:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1487#comment-44180</guid>
		<description><![CDATA[How do i round  1.0847 to 1.09  using round function in sql server 2005 

wating for a reply 

thanks in advance .]]></description>
		<content:encoded><![CDATA[<p>How do i round  1.0847 to 1.09  using round function in sql server 2005 </p>
<p>wating for a reply </p>
<p>thanks in advance .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
