1.

Record Nr.

UNINA9910300643303321

Autore

Kellenberger Kathi

Titolo

Expert T-SQL Window Functions in SQL Server [[electronic resource] /] / by Kathi Kellenberger, Clayton Groom

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015

ISBN

1-4842-1103-0

Edizione

[1st ed. 2015.]

Descrizione fisica

1 online resource (140 p.)

Collana

Expert's Voice in SQL Server

Disciplina

004

005.13

005.74

Soggetti

Database management

Programming languages (Electronic computers)

Database Management

Programming Languages, Compilers, Interpreters

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di contenuto

Contents at a Glance; Chapter 1: Looking Through the Window; Discovering Window Functions; Thinking About the Window; Understanding the OVER Clause; Dividing Windows with Partitions; Uncovering Special Case Windows; Summary; Chapter 2: Discovering Ranking Functions; Using ROW_NUMBER; Understanding RANK and DENSE_RANK; Dividing Data with NTILE; Solving Queries with Ranking Functions; Deduplicating Data; Finding the First N Rows of Every Group; Solving the Islands Problem; Solving the Bonus Problem; Summary; Chapter 3: Summarizing with Window Aggregates; Using Window Aggregates

Adding Window Aggregates to Aggregate QueriesUsing Window Aggregates to Solve Common Queries; The Percent of Sales Problem; The Partitioned Table Problem; Creating Custom Window Aggregate Functions; Summary; Chapter 4: Tuning for Better Performance; Using Execution Plans; Using STATISTICS IO; Understanding the Performance Implications of Window Aggregates; Indexing to Improve the Performance of Window Functions; Performing Time Comparisons; Summary; Chapter 5: Calculating Running and Moving Aggregates;



Adding ORDER BY to Window Aggregates; Calculating Moving Totals and Averages

Solving Queries Using Accumulating AggregatesThe Last Good Value Problem; The Subscription Problem; Summary; Chapter 6: Adding Frames to the Window; Understanding Framing; Applying Frames to Running and Moving Aggregates; Measuring Performance; Understanding the Logical Difference Between ROWS and RANGE; Summary; Chapter 7: Taking a Peek at Another Row; Understanding LAG and LEAD; Understanding FIRST_VALUE and LAST_ VALUE; Using the Offset Functions to Solve Queries; The Year-Over-Year Growth Calculation; The Gaps Problem; Comparing Performance; LAG and LEAD Performance

FIRST_VALUE and LAST_VALUE PERFORMANCESummary; Chapter 8: Understanding Statistical Functions; Using PERCENT_RANK and CUME_ DIST; Using PERCENTILE_CONT and PERCENTILE_ DISC; Comparing Statistical Functions to Older Methods; Summary; Chapter 9: Time Range Calculations and Trends; Putting It All Together; Percent of Parent; Period-to-Date Calculations; Averages, Moving Averages, and Rate-of-Change; Same Period Prior Year; Difference and Percent Difference; Moving Totals and Simple Moving Averages; Rate-of-Change Calculations; Summary; Index; Contents; About the Authors

About the Technical ReviewerAcknowledgments; Author's Note

Sommario/riassunto

Expert T-SQL Window Functions in SQL Server takes you from any level of knowledge of windowing functions and turns you into an expert who can use these powerful functions to solve many T-SQL queries. Replace slow cursors and self-joins with queries that are easy to write and fantastically better performing, all through the magic of window functions. First introduced in SQL Server 2005, window functions came into full blossom with SQL Server 2012. They truly are one of the most notable developments in SQL in a decade, and every developer and DBA can benefit from their expressive power in solving day-to-day business problems. Begin using windowing functions like ROW_NUMBER and LAG, and you will discover more ways to use them every day. You will approach SQL Server queries in a different way, thinking about sets of data instead of individual rows. Your queries will run faster, they will be easier to write, and they will be easier to deconstruct and maintain and enhance in the future. Just knowing and using these functions is not enough. You also need to understand how to tune the queries. Expert T-SQL Window Functions in SQL Server explains clearly how to get the best performance. The book also covers the rare cases when older techniques are the best bet. Stop using cursors and self-joins to solve complicated queries. Become a T-SQL expert by mastering windowing functions. Teaches you how to use all the window functions introduced in 2005 and 2012. Provides real-world examples that you can experiment with in your own database. Explains how to get the best performance when using windowing functions.