SQL Server Analytical Toolkit : Using Windowing, Analytical, Ranking, and Aggregate Functions for Data and Statistical Analysis

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Learn window function foundational concepts through a cookbook-style approach, beginning with an introduction to the OVER() clause, its various configurations in terms of how partitions and window frames are created, and how data is sorted in the partition so that the window function can operate on the partition data sets. You will build a toolkit based not only on the window functions but also on the performance tuning tools, use of Microsoft Excel to graph results, and future tools you can learn such as PowerBI, SSIS, and SSAS to enhance your data architecture skills. This book goes beyond just showing how each function works. It presents four unique use-case scenarios (sales, financial, engineering, and inventory control) related to statistical analysis, data analysis, and BI. Each section is covered in three chapters, one chapter for each of the window aggregate, ranking, and analytical function categories. Each chapter includes several TSQL code examples and is re-enforced with graphic output plus Microsoft Excel graphs created from the query output. SQL Server estimated query plans are generated and described so you can see how SQL Server processes the query. These together with IO, TIME, and PROFILE statistics are used to performance tune the query. You will know how to use indexes and when not to use indexes. You will learn how to use techniques such as creating report tables, memory enhanced tables, and creating clustered indexes to enhance performance. And you will wrap up your learning with suggested steps related to business intelligence and its relevance to other Microsoft Tools such as Power BI and Analysis Services. All code examples, including code to create and load each of the databases, are available online. What You Will Learn Use SQL Server window functions in the context of statistical and data analysis Re-purpose code so it can be modified for your unique applications Study use-case scenarios that span four critical industries Get started with statistical data analysis and data mining using TSQL queries to dive deep into data Study discussions on statistics, how to use SSMS, SSAS, performance tuning, and TSQL queries using the OVER() clause. Follow prescriptive guidance on good coding standards to improve code legibility Who This Book Is For Intermediate to advanced SQL Server developers and data architects. Technical and savvy business analysts who need to apply sophisticated data analysis for their business users and clients will also benefit. This book offers critical tools and analysis techniques they can apply to their daily job in the disciplines of data mining, data engineering, and business intelligence.

Author(s): Angelo Bobak
Publisher: Apress
Year: 2023

Language: English
Pages: 1069

Cover
Front Matter
1. Partitions, Frames, and the OVER( ) Clause
2. Sales DW Use Case: Aggregate Functions
3. Sales Use Case: Analytical Functions
4. Sales Use Case: Ranking/Window Functions
5. Finance Use Case: Aggregate Functions
6. Finance Use Case: Ranking Functions
7. Finance Use Case: Analytical Functions
8. Plant Use Case: Aggregate Functions
9. Plant Use Case: Ranking Functions
10. Plant Use Case: Analytical Functions
11. Inventory Use Case: Aggregate Functions
12. Inventory Use Case: Ranking Functions
13. Inventory Use Case: Analytical Functions
14. Summary, Conclusions, and Next Steps
Back Matter