SQL Code Camp
October 7 and 8 this year places me in Wagga Wagga for the SQL Code Camp. You'll notice my name in the speaker list. I'm going to talk about row_number(), and other uses of the windowing features. It's called windowing and ranking functions, but I've had a couple of people ask me what a windowing function is. No... there's windowing, and there's ranking functions. row_number() is a ranking function, which uses the windowing feature of the OVER clause.
So anyway, here's my abstract:
SQL2005 introduces the OVER clause to T-SQL, and with it, ranking functions and windowing. Ranking functions, particularly the row_number() function, give database developers a lot more flexibility to solve many problems. And the windowing features of the OVER clause not only allow new solutions to old problems, but can allow a much higher level of query-optimisation than before. In this session, some of the uses of this new functionality will be explored - demonstrating some of the ways in which problems can be solved more easily and efficiently.
If you're interested in this type of thing, grab me on MSN Msgr and ask me some more... or else come to Wagga!