<?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; Denali &#8211; Logical Function &#8211; IIF() &#8211; A Quick Introduction</title>
	<atom:link href="http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/</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: Helen Liu</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-411427</link>
		<dc:creator><![CDATA[Helen Liu]]></dc:creator>
		<pubDate>Tue, 22 Jan 2013 21:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-411427</guid>
		<description><![CDATA[Pinal,

I like teh founf tion IIF. &quot;IT is very simple and can be used in lot of queryies. 
Is the function IIF in SQL server 2008 or only in SQL server 2012?]]></description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>I like teh founf tion IIF. &#8220;IT is very simple and can be used in lot of queryies.<br />
Is the function IIF in SQL server 2008 or only in SQL server 2012?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravikumar</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-307326</link>
		<dc:creator><![CDATA[ravikumar]]></dc:creator>
		<pubDate>Fri, 29 Jun 2012 04:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-307326</guid>
		<description><![CDATA[CHOOSE() function will returns the value based on the specified index from the list of values.
 
SELECT CHOOSE (1, &#039;SQL 2000&#039;,&#039;SQL 2005&#039;, &#039;SQL 2008&#039;, &#039;SQL 2012&#039;) 

Result
_________
SQL 2000



SELECT CHOOSE (2, &#039;SQL 2000&#039;,&#039;SQL 2005&#039;, &#039;SQL 2008&#039;, &#039;SQL 2012&#039;) 

Result
_________
SQL 2005


SELECT CHOOSE (3, &#039;SQL 2000&#039;,&#039;SQL 2005&#039;, &#039;SQL 2008&#039;, &#039;SQL 2012&#039;) 

Result
_________
SQL 2008]]></description>
		<content:encoded><![CDATA[<p>CHOOSE() function will returns the value based on the specified index from the list of values.</p>
<p>SELECT CHOOSE (1, &#8216;SQL 2000&#8242;,&#8217;SQL 2005&#8242;, &#8216;SQL 2008&#8242;, &#8216;SQL 2012&#8242;) </p>
<p>Result<br />
_________<br />
SQL 2000</p>
<p>SELECT CHOOSE (2, &#8216;SQL 2000&#8242;,&#8217;SQL 2005&#8242;, &#8216;SQL 2008&#8242;, &#8216;SQL 2012&#8242;) </p>
<p>Result<br />
_________<br />
SQL 2005</p>
<p>SELECT CHOOSE (3, &#8216;SQL 2000&#8242;,&#8217;SQL 2005&#8242;, &#8216;SQL 2008&#8242;, &#8216;SQL 2012&#8242;) </p>
<p>Result<br />
_________<br />
SQL 2008</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; A Puzzle &#8211; Swap Value of Column Without Case Statement &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-296996</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; A Puzzle &#8211; Swap Value of Column Without Case Statement &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Fri, 08 Jun 2012 01:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-296996</guid>
		<description><![CDATA[[...] SQL SERVER – Denali – Logical Function – IIF() – A Quick Introduction [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Denali – Logical Function – IIF() – A Quick Introduction [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Function: Is Function &#8211; SQL in Sixty Seconds #004 &#8211; Video &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-257755</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Function: Is Function &#8211; SQL in Sixty Seconds #004 &#8211; Video &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 29 Feb 2012 01:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-257755</guid>
		<description><![CDATA[[...] function uses three of the SQL Server 2012 functions - IIF, EOMONTH and CONCAT. When I wrote this function, this is the sortest function I ever wrote to find [...]]]></description>
		<content:encoded><![CDATA[<p>[...] function uses three of the SQL Server 2012 functions - IIF, EOMONTH and CONCAT. When I wrote this function, this is the sortest function I ever wrote to find [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Detecting Leap Year in T-SQL using SQL Server 2012 &#8211; IIF, EOMONTH and CONCAT Function &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-257432</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Detecting Leap Year in T-SQL using SQL Server 2012 &#8211; IIF, EOMONTH and CONCAT Function &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Tue, 28 Feb 2012 01:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-257432</guid>
		<description><![CDATA[[...] newly introduced function in SQL Server 2012 in above script. You can read more about them here. IIF, EOMONTH and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] newly introduced function in SQL Server 2012 in above script. You can read more about them here. IIF, EOMONTH and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Denali &#8211; New Functions and Shorthand for CASE Statement &#171; Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-174113</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Denali &#8211; New Functions and Shorthand for CASE Statement &#171; Journey to SQLAuthority]]></dc:creator>
		<pubDate>Sun, 02 Oct 2011 05:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-174113</guid>
		<description><![CDATA[[...] 2) IIF() is nothing but a shorthand to CASE statement. Here is a quick example: [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 2) IIF() is nothing but a shorthand to CASE statement. Here is a quick example: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAGHAV</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-171117</link>
		<dc:creator><![CDATA[RAGHAV]]></dc:creator>
		<pubDate>Sat, 24 Sep 2011 01:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-171117</guid>
		<description><![CDATA[Wow ! 

That is a good one. Thanks for sharing sir.]]></description>
		<content:encoded><![CDATA[<p>Wow ! </p>
<p>That is a good one. Thanks for sharing sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Denali &#8211; 14 New Functions &#8211; A Quick Guide &#171; Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-170121</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Denali &#8211; 14 New Functions &#8211; A Quick Guide &#171; Journey to SQLAuthority]]></dc:creator>
		<pubDate>Wed, 21 Sep 2011 01:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-170121</guid>
		<description><![CDATA[[...] IIF [...]]]></description>
		<content:encoded><![CDATA[<p>[...] IIF [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeetendra</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-168349</link>
		<dc:creator><![CDATA[Jeetendra]]></dc:creator>
		<pubDate>Thu, 15 Sep 2011 11:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-168349</guid>
		<description><![CDATA[Pinal there seems problem with 32bit version of denali whereas 64 bit version have this function. Thanks --Jeetenra]]></description>
		<content:encoded><![CDATA[<p>Pinal there seems problem with 32bit version of denali whereas 64 bit version have this function. Thanks &#8211;Jeetenra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Denali – New Functions and Shorthand for CASE Statement Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-167774</link>
		<dc:creator><![CDATA[SQL SERVER – Denali – New Functions and Shorthand for CASE Statement Journey to SQLAuthority]]></dc:creator>
		<pubDate>Tue, 13 Sep 2011 14:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-167774</guid>
		<description><![CDATA[[...] 2) IIF() is nothing but a shorthand to CASE statement. Here is a quick example: [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 2) IIF() is nothing but a shorthand to CASE statement. Here is a quick example: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-167077</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Sat, 10 Sep 2011 17:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-167077</guid>
		<description><![CDATA[Hi Rob,

there are so many new functions and features. Just wait and watch this blog space for 90 days. I decided to start with something simple first and then will take it to next level - trust me it is worth every single penny.

Again, thanks for your comment, atleast I know what is the perception and how I can help in whole matter.]]></description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>there are so many new functions and features. Just wait and watch this blog space for 90 days. I decided to start with something simple first and then will take it to next level &#8211; trust me it is worth every single penny.</p>
<p>Again, thanks for your comment, atleast I know what is the perception and how I can help in whole matter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Kellington (@kellington)</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-167064</link>
		<dc:creator><![CDATA[Rob Kellington (@kellington)]]></dc:creator>
		<pubDate>Sat, 10 Sep 2011 15:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-167064</guid>
		<description><![CDATA[Pinal,  I do appreciate the look at the new Denali - I just struggle with &quot;What is Microsoft Thinking&quot;?  I mean, not one of the new features seems to anything really new that I couldn&#039;t do in SQL 2000.  It appears they are just telling their engineers to &#039;write new functions with CLR that replace existing functionality with new names and syntax&#039;.

I&#039;m not saying I won&#039;t use these functions.  It is just that I won&#039;t be rushing to get Denali with my money because there doesn&#039;t appear to be any really new functionality.]]></description>
		<content:encoded><![CDATA[<p>Pinal,  I do appreciate the look at the new Denali &#8211; I just struggle with &#8220;What is Microsoft Thinking&#8221;?  I mean, not one of the new features seems to anything really new that I couldn&#8217;t do in SQL 2000.  It appears they are just telling their engineers to &#8216;write new functions with CLR that replace existing functionality with new names and syntax&#8217;.</p>
<p>I&#8217;m not saying I won&#8217;t use these functions.  It is just that I won&#8217;t be rushing to get Denali with my money because there doesn&#8217;t appear to be any really new functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepa</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-166994</link>
		<dc:creator><![CDATA[Deepa]]></dc:creator>
		<pubDate>Sat, 10 Sep 2011 07:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-166994</guid>
		<description><![CDATA[When is Denali expected to be released? Seems like it has lot of useful features...]]></description>
		<content:encoded><![CDATA[<p>When is Denali expected to be released? Seems like it has lot of useful features&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varinder Sandhu</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-166985</link>
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Sat, 10 Sep 2011 06:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-166985</guid>
		<description><![CDATA[Agree with shatrughna kumar ...

All the Denali articles are really interesting.]]></description>
		<content:encoded><![CDATA[<p>Agree with shatrughna kumar &#8230;</p>
<p>All the Denali articles are really interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shatrughna kumar</title>
		<link>http://blog.sqlauthority.com/2011/09/10/sql-server-denali-logical-function-iif-a-quick-introduction/#comment-166971</link>
		<dc:creator><![CDATA[shatrughna kumar]]></dc:creator>
		<pubDate>Sat, 10 Sep 2011 03:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14311#comment-166971</guid>
		<description><![CDATA[Hi Sir,
Your Denali articles series looking very interesting to me.
My Denali toolbox has now filled with functions PARSE(),TRY_PARSE(),TRY_CONVERT() ,IIF()  and waiting for CHOOSE().]]></description>
		<content:encoded><![CDATA[<p>Hi Sir,<br />
Your Denali articles series looking very interesting to me.<br />
My Denali toolbox has now filled with functions PARSE(),TRY_PARSE(),TRY_CONVERT() ,IIF()  and waiting for CHOOSE().</p>
]]></content:encoded>
	</item>
</channel>
</rss>
