Blog

SQL Server Denali includes some new tricks in its T-SQL bag.  In this week’s Technology Triage Tuesday webcast, Jeremiah Peschka explains aggregations – formulas that do something to transform many numbers into one number that has meaning:

For more details, check out Jeremiah’s post on Leaving the Windows Open.

↑ Back to top
  1. Nice intro to Denali windowing functions, I wish the font size would be cranked up(say 13-16pts) during code demo.

    thanks

  2. Just recalled my development in Oracle 9i. Nice to see that MSFT is catching up with needed functionality.

    Is RATIO_TO_REPORT included in Denali?

    • Unfortunately, RATIO_TO_REPORT is not in Denali. It’s not part of the SQL standard either, as far as I can tell. From a quick look at what it does, I’m thinking you could fake your own version of it pretty quickly with a subquery or CTE.

  3. Pingback: Something for the Weekend – SQL Server Links 26/08/11

  4. Extremely helpful video and examples! As an old time SQL Coder who has seen some OVER clauses in SQL I had to review and didn’t understand it, your presentation is the first explanation I have really understood. Thanks!

    • I’m glad to hear that it helps you out! I love what the window functions can do, so it made my day to hear that my presentation was the first explanation you understood. Thanks so much for the kind words on a Friday morning!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>