TechEd Atlanta 2011 - Materials for Session - Efficient T-SQL Querying using SQL Server Denali’s Window Functions

Itzik provides the materials for his TechEd Atlanta 2011 session; Code: DBI310; Topic: Efficient T-SQL Querying using SQL Server Denali’s Window Functions.

ITPro Today

May 23, 2011

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Before anything else, first I’d like to thank Tobias Ternstrom, a senior PM with the Microsoft SQL Server dev team responsible for SQL programmability, for asking me to present this session at TechEd. It was a pleasure and great honor to discuss this subject.

My take on the topic wasn’t “SQL Server Denali will add the following support for window functions, enjoy.” Rather I wanted to explain how T-SQL evolved to supporting window functions in context. I explain what T-SQL was missing so far, and the challenges we faced with the more traditional T-SQL constructs. Then, in this context, I describe how SQL Server gradually added support for window functions, initially with partial support in SQL Server 2005, then with more complete support planned in SQL Server 2012 (formerly code-named Denali).

Courtesy of Microsoft’s Channel 9, the session is available for viewing online here (full URL: http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/DBI310).

I also uploaded the slide deck and source code here (full URL: http://www.insidetsql.com/resources.htm#Source_code).

This is such a huge and profound topic that I decided to dedicate an entire book to it. I’m in the middle of the writing process, and expect to release it shortly after Denali RTMs to make sure all code is tested thoroughly against the final release. I will also naturally cover the topic in my column.

Cheers,

BG

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like