SQL Server for the Developer

SQH13 A Window into Your Data Using SQL Window Functions

11/21/2013

1:30pm - 2:45pm

Level: Intermediate

Steve Hughes

Steve Hughes

Business Intelligence Architect

Pragmatic Works

Window functions and the OVER() clause are an underused feature in T-SQL. These functions can help you solve complex business problems such as running totals and ranking. If you have never used these functions or are looking to solve ranking and aggregate types of calculations without using GROUP BY, join us for a demo filled session on SQL window functions. We will also look at some of the performance implications of using these functions.

You will learn:

  • How to use window functions with the OVER() clause
  • Compare the various ranking, aggregation, and analytic functions
  • Evaluate the performance impacts of using the OVER() clause