This post originated from an RSS feed registered with .NET Buzz
by Peter G Provost.
Original Post: Summarizing Data with ROLLUP
Feed Title: Peter Provost's Geek Noise
Feed URL: /error.aspx?aspxerrorpath=/Rss.aspx
Feed Description: Technology news, development articles, Microsoft .NET, and other stuff...
In this article at 4GuysFromRolla.com,
Dave Long show us how to use the SQL ROLLUP clause and some fancy DataSet manipulations
to get summary totals into a DataGrid.
I remember ROLLUP from my SQL Implementation exam, but I have to say I haven't used
it much. I also seem to remember COMPUTE, but I've never used that.
Anyway, if you don't know about ROLLUP, you should take a look at this article. Takes
5 minutes to read and puts another tool in you kit.