<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Coffeehouse - New SQL 2012 T-SQL functions</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - New SQL 2012 T-SQL functions</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 12:52:56 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 12:52:56 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>7</c9:totalResults>
	<c9:pageCount>-7</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - New SQL 2012 T-SQL functions</title>
		<description><![CDATA[<p>I'm really digging the new <a href="http://msdn.microsoft.com/en-us/library/hh231256.aspx">lag()</a>, lead(), <a href="http://msdn.microsoft.com/en-us/library/hh213574.aspx">iif()</a>, choose(), <a href="http://msdn.microsoft.com/en-us/library/hh213018.aspx">first_value()</a>, and <a href="http://blog.sqlauthority.com/2011/11/10/sql-server-over-clause-with-first-_value-and-last_value-analytic-functions-introduced-in-sql-server-2012-rows-between-unbounded-preceding-and-unbounded-following/">last_value()</a> functions. Very nice stuff!</p><p>-Josh</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/c5e71b52ff3e4f27ac92a02f014edcbe#c5e71b52ff3e4f27ac92a02f014edcbe</link>
		<pubDate>Tue, 10 Apr 2012 20:19:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/c5e71b52ff3e4f27ac92a02f014edcbe#c5e71b52ff3e4f27ac92a02f014edcbe</guid>
		<dc:creator>Joshua Ross</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Jsoh/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - New SQL 2012 T-SQL functions</title>
		<description><![CDATA[<p>Definitely.&nbsp; The lag() and lead() in particular could allow scenarios that were commonplace using Btrieve.&nbsp; That is definitely something that I majorly missed when moving to SQL.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/74e9c6e90ae943719bb5a02f0152db72#74e9c6e90ae943719bb5a02f0152db72</link>
		<pubDate>Tue, 10 Apr 2012 20:33:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/74e9c6e90ae943719bb5a02f0152db72#74e9c6e90ae943719bb5a02f0152db72</guid>
		<dc:creator>Dave Williamson</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/davewill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - New SQL 2012 T-SQL functions</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions#c74e9c6e90ae943719bb5a02f0152db72">davewill</a>: It also looks like we get running totals via sum(y) over (order by x). Whoot!</p><p>-Josh</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/576eecbfa421426783a7a02f015878fe#576eecbfa421426783a7a02f015878fe</link>
		<pubDate>Tue, 10 Apr 2012 20:54:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/576eecbfa421426783a7a02f015878fe#576eecbfa421426783a7a02f015878fe</guid>
		<dc:creator>Joshua Ross</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Jsoh/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - New SQL 2012 T-SQL functions</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/c5e71b52ff3e4f27ac92a02f014edcbe">4 hours&nbsp;ago</a>, <a href="/Niners/JoshRoss">JoshRoss</a> wrote</p><p>I'm really digging the new <a href="http://msdn.microsoft.com/en-us/library/hh231256.aspx">lag()</a>, lead(), <a href="http://msdn.microsoft.com/en-us/library/hh213574.aspx">iif()</a>, choose(), <a href="http://msdn.microsoft.com/en-us/library/hh213018.aspx">first_value()</a>, and last_value() functions. Very nice stuff!</p><p>-Josh</p><p></p></div></blockquote><p></p><p>I remember IIF() from the VFP days. The CASE syntax is damn fugly in comparison.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/8ad4c6febb1043a6ad53a0300008c3d0#8ad4c6febb1043a6ad53a0300008c3d0</link>
		<pubDate>Wed, 11 Apr 2012 00:31:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/8ad4c6febb1043a6ad53a0300008c3d0#8ad4c6febb1043a6ad53a0300008c3d0</guid>
		<dc:creator>cbae</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cbae/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - New SQL 2012 T-SQL functions</title>
		<description><![CDATA[<p>Too bad our projects are moving to Entity Framework... We can't enjoy any of these unless we create a storeproc to run them...</p><p>And btw, every time I have to write a stored procedure because there's a feature I needed missing or performed inefficiently&nbsp;in EF. I'm at loss... what good does it brings over standard strong typed dataset if you only use storeproc to perform database access? /rant</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/c60d577afb8c4b7aadbfa030007a2468#c60d577afb8c4b7aadbfa030007a2468</link>
		<pubDate>Wed, 11 Apr 2012 07:24:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/c60d577afb8c4b7aadbfa030007a2468#c60d577afb8c4b7aadbfa030007a2468</guid>
		<dc:creator>cheong</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cheong/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - New SQL 2012 T-SQL functions</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions#cc60d577afb8c4b7aadbfa030007a2468">cheong</a>: You could still create a view, that solves your performance issues, and EF to that. And unless I'm wrong, you could also use table functions, and still get strong typing.</p><p>-Josh</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/c2b7c27092724fd5a3c2a03000cab795#c2b7c27092724fd5a3c2a03000cab795</link>
		<pubDate>Wed, 11 Apr 2012 12:18:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/c2b7c27092724fd5a3c2a03000cab795#c2b7c27092724fd5a3c2a03000cab795</guid>
		<dc:creator>Joshua Ross</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Jsoh/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - New SQL 2012 T-SQL functions</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions#cc2b7c27092724fd5a3c2a03000cab795">JoshRoss</a>: Yes. This is exactly why I wonder what does I gain by using EF.&nbsp;I could just use System.Data.ODBC.* (Note that in MSSQL vNext, ODBC will become first class citizen and OLEDB will be dropped in vNextNext)&nbsp;to get strongly typed dataset to get virtually all what EF offers, without concern about performance issues.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/3fc6984df0a247f4890da0310067a7c9#3fc6984df0a247f4890da0310067a7c9</link>
		<pubDate>Thu, 12 Apr 2012 06:17:23 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/New-SQL-2012-T-SQL-additions/3fc6984df0a247f4890da0310067a7c9#3fc6984df0a247f4890da0310067a7c9</guid>
		<dc:creator>cheong</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cheong/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>