- Learn T-SQL Querying
- Pedro Lopes Pam Lahoud
- 226字
- 2021-06-24 14:38:06
Preface
Transact-SQL (T-SQL) is Microsoft's proprietary extension to the SQL language, which is used with Microsoft SQL Server and Azure SQL Database. This book is a useful guide to learning the art of writing efficient T-SQL code in modern SQL Server versions, as well as Azure SQL Database.
This book will get you started with query processing fundamentals to help you write powerful, performant T-SQL queries. You will then focus on query execution plans and understand how to leverage them for troubleshooting. In the later chapters, you will learn how to identify various T-SQL patterns and anti-patterns. This will help you analyze execution plans to gain insights into current performance, as well as to determine whether or not a query is scalable. You will also learn to build diagnostic queries using Dynamic Management Views (DMVs) and Dynamic Management Functions (DMFs) to address various challenges in T-SQL execution. Next, you will study how to leverage the built-in tools of SQL Server to shorten the time taken to address query performance and scalability issues. In the concluding chapters, the book will guide you through implementing various features such as Extended Events, Query Store, and Query Tuning Assistant using hands-on examples.
By the end of this book, you will have the skills to determine query performance bottlenecks, avoid pitfalls, and discover anti-patterns in use in your existing T-SQL code.
- Big Data Analytics with Hadoop 3
- 大學(xué)計算機基礎(chǔ):基礎(chǔ)理論篇
- 精通MATLAB神經(jīng)網(wǎng)絡(luò)
- AutoCAD快速入門與工程制圖
- 大數(shù)據(jù)挑戰(zhàn)與NoSQL數(shù)據(jù)庫技術(shù)
- 統(tǒng)計學(xué)習(xí)理論與方法:R語言版
- CompTIA Linux+ Certification Guide
- MATLAB/Simulink權(quán)威指南:開發(fā)環(huán)境、程序設(shè)計、系統(tǒng)仿真與案例實戰(zhàn)
- 傳感器應(yīng)用技術(shù)
- Microsoft Office 365:Exchange Online Implementation and Migration(Second Edition)
- R:Predictive Analysis
- 智能移動機器人的設(shè)計、制作與應(yīng)用
- GAN實戰(zhàn)
- 群體智能與智能網(wǎng)聯(lián):原理、算法與應(yīng)用
- Getting Started with Kubernetes