SQL Server Analytical Toolkit: Using Windowing, Analytical, Ranking, and Aggregate Functions for Data and Statistical Analysis
Autor Angelo Bobaken Limba Engleză Paperback – 24 sep 2023
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
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.
Preț: 324.85 lei
Preț vechi: 406.07 lei
-20% Nou
Puncte Express: 487
Preț estimativ în valută:
62.17€ • 65.59$ • 51.81£
62.17€ • 65.59$ • 51.81£
Carte disponibilă
Livrare economică 12-26 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484286661
ISBN-10: 1484286669
Pagini: 1055
Ilustrații: XXIII, 1055 p. 560 illus., 559 illus. in color.
Dimensiuni: 178 x 254 mm
Greutate: 1.83 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484286669
Pagini: 1055
Ilustrații: XXIII, 1055 p. 560 illus., 559 illus. in color.
Dimensiuni: 178 x 254 mm
Greutate: 1.83 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
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.
Notă biografică
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.
Textul de pe ultima copertă
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 isre-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.
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 isre-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
- Try tutorials on statistics, how to use SSMS, performance tuning, and basic TSQL queries in case you are new to TSQL or need a refresher
- Get started with statistical data analysis and data mining using TSQL queries to dive deep into data
- Follow prescriptive guidance on good coding standards to improve code legibility
Caracteristici
Is your one--stop shop to get started with statistical data analysis and data mining using TSQL Provides modifiable templates to use for your unique applications Gives just enough theory to introduce you to statistical analysis