<?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; Result of EXP (Exponential) to the POWER of PI &#8211; Functions Explained</title>
	<atom:link href="http://blog.sqlauthority.com/2007/07/09/sql-server-result-of-exp-exponential-to-the-power-of-pi-functions-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/07/09/sql-server-result-of-exp-exponential-to-the-power-of-pi-functions-explained/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Mon, 13 Feb 2012 15:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Scott Spence</title>
		<link>http://blog.sqlauthority.com/2007/07/09/sql-server-result-of-exp-exponential-to-the-power-of-pi-functions-explained/#comment-75175</link>
		<dc:creator><![CDATA[Scott Spence]]></dc:creator>
		<pubDate>Tue, 08 Jun 2010 11:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/09/sql-server-result-of-exp-exponential-to-the-power-of-pi-functions-explained/#comment-75175</guid>
		<description><![CDATA[I Worked it out.

It looks like you can&#039;t have a fraction as the power, so have to convert to a decimal (i.e. 0.33333)

SELECT POWER((1+(5.47+1.65/100)/4),0.33333)-1]]></description>
		<content:encoded><![CDATA[<p>I Worked it out.</p>
<p>It looks like you can&#8217;t have a fraction as the power, so have to convert to a decimal (i.e. 0.33333)</p>
<p>SELECT POWER((1+(5.47+1.65/100)/4),0.33333)-1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Spence</title>
		<link>http://blog.sqlauthority.com/2007/07/09/sql-server-result-of-exp-exponential-to-the-power-of-pi-functions-explained/#comment-75142</link>
		<dc:creator><![CDATA[Scott Spence]]></dc:creator>
		<pubDate>Tue, 08 Jun 2010 07:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/09/sql-server-result-of-exp-exponential-to-the-power-of-pi-functions-explained/#comment-75142</guid>
		<description><![CDATA[Hi,

Can anyone please help with this? I am currently trying to transpose this Excel formula to SQL Server 2005 but I can not seem to get to grips with the POWER() function – could anyone tell me where I am going wrong?

The Excel formula is sound and does not need adjusting.

Excel formula:
=((1+(5.47+1.65/100)/4)^(1/3)-1)
Result:
0.333568535

SQL Server:
SELECT POWER((1+(5.47+1.65/100)/4),3)-1
Result:
12.33945417]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can anyone please help with this? I am currently trying to transpose this Excel formula to SQL Server 2005 but I can not seem to get to grips with the POWER() function – could anyone tell me where I am going wrong?</p>
<p>The Excel formula is sound and does not need adjusting.</p>
<p>Excel formula:<br />
=((1+(5.47+1.65/100)/4)^(1/3)-1)<br />
Result:<br />
0.333568535</p>
<p>SQL Server:<br />
SELECT POWER((1+(5.47+1.65/100)/4),3)-1<br />
Result:<br />
12.33945417</p>
]]></content:encoded>
	</item>
</channel>
</rss>

