<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Aggregation WITH CUBE</title><link>http://blogs.msdn.com/craigfr/archive/2007/09/27/aggregation-with-cube.aspx</link><description>In my last post, I wrote about how aggregation WITH ROLLUP works. In this post, I will discuss how aggregation WITH CUBE works. Like the WITH ROLLUP clause, the WITH CUBE clause permits us to compute multiple "levels" of aggregation in a single statement.</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>GROUPING SETS in SQL Server 2008</title><link>http://blogs.msdn.com/craigfr/archive/2007/09/27/aggregation-with-cube.aspx#5402553</link><pubDate>Thu, 11 Oct 2007 19:32:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5402553</guid><dc:creator>Craig Freedman's SQL Server Blog</dc:creator><description>&lt;p&gt;In my last two posts, I gave examples of aggregation WITH ROLLUP and CUBE . SQL Server 2008 continues&lt;/p&gt;
</description></item><item><title>Recursive CTEs</title><link>http://blogs.msdn.com/craigfr/archive/2007/09/27/aggregation-with-cube.aspx#5676263</link><pubDate>Thu, 25 Oct 2007 22:06:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5676263</guid><dc:creator>Craig Freedman's SQL Server Blog</dc:creator><description>&lt;p&gt;One of the most important uses of CTEs is to write recursive queries. In fact, CTEs provide the only&lt;/p&gt;
</description></item></channel></rss>