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

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.

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

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.

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

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

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

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

by Angelo Bobak

eBook1st ed. (1st ed.)

$59.99 

Available on Compatible NOOK devices, the free NOOK App and in My Digital Library.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

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.


Product Details

ISBN-13: 9781484286678
Publisher: Apress
Publication date: 09/23/2023
Sold by: Barnes & Noble
Format: eBook
File size: 95 MB
Note: This product may take a few minutes to download.

About the Author

Angelo Bobak is a published author with more than four decades of experience and expertise in the areas of business intelligence, data architecture, data warehouse design, data modeling, master data management, and data quality using the Microsoft BI Stack across several industry sectors such as finance, publishing, and automotive. Before becoming a database architect, he was an electrical engineer in the power plant industry.

Table of Contents

Chapter 1: Partitions, Frames and the OVER() clause.- Chapter 2: Sales DW Use Case—Aggregate Functions.- Chapter 3: Sales Use Case - Analytical Functions.- Chapter 4: Sales Use Case - Ranking/Window Functions.- Chapter 5: Finance Use Case - Aggregate Functions.- Chapter 6: Finance Use Case - Ranking Functions.- Chapter 7: Finance Use Case - Analytical Functions.- Chapter 8: Plant Use Case - Aggregate Functions.- Chapter 9: Plant Use Case - Ranking Functions.- Chapter 10: Plant Use Case - Analytical Functions.- Chapter 11: Inventory Control Use Case - Aggregate Functions.- Chapter 12: Inventory Use Case - Ranking Functions.- Chapter 13: Inventory Use Case - Analytical Functions.- Chapter 14: Summary, Conclusions, and Next Steps.- Appendix 1: Function Syntax, Descriptions.- Appendix 2: Statistical Functions.
From the B&N Reads Blog

Customer Reviews