Pro T-SQL 2022: Toward Speed, Scalability, and Standardization for SQL Server Developers
Autor Elizabeth Nobleen Limba Engleză Paperback – iul 2023
Learn how to write and design simple and efficient T-SQL code. This is a hands-on book that teaches you how to write better T-SQL with examples and straightforward explanations. New in this edition is coverage of Parameter Sensitive Plan (PSP) optimization, Azure Synapse Link for real-time analytics, integration with S3-compatible object storage, and SQL Ledger tables based on blockchain. You’ll learn to improve your T-SQL design in ways that provide faster performance, stronger security, and easier comprehension. The book identifies common anti-patterns in writing T-SQL and instructs you on how to change your code so you can be more confident in writing T-SQL code that is reliable and performs well.
Pro T-SQL 2022 is focused on the problems that developers are faced with and must solve in delivering successful applications. The content begins from a foundation of writing T-SQL that is clear and understandable. The book then takes youthrough writing SQL that performs well, is easy to manage through coding standards and version control, can be maintained and modified as business requirements change over time, scales as your business grows, and takes advantage of the full range of security features built into the SQL Server and Azure SQL database engines.
What You Will Learn
- Choose the correct data types and database objects when designing your T-SQL
- Write T-SQL that accesses your data efficiently and uses hardware effectively
- Implement source control and testing methods to streamline your deployment process.
- Design T-SQL that is flexible and can be enhanced or modified with little effort
- Plan for long-term data management, including growth and purging of older data
- Enhance database security through features such as encryption, data masking, row-level security, and the SQL Ledger blockchain table type
Who This Book Is For
Database developers who want to improve the efficiency of their applications with better T-SQL; developers who want to know more about T-SQL so they can be prepared to solve complex problems more easily; data professionals who want to write high-quality T-SQL that performs well, is flexible to changing needs, and is easy for others to understand
Preț: 388.62 lei
Preț vechi: 485.77 lei
-20% Nou
Puncte Express: 583
Preț estimativ în valută:
74.38€ • 77.36$ • 62.33£
74.38€ • 77.36$ • 62.33£
Carte disponibilă
Livrare economică 20 februarie-06 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484292556
ISBN-10: 1484292553
Ilustrații: XVII, 553 p. 167 illus., 13 illus. in color.
Dimensiuni: 178 x 254 mm
Greutate: 0.98 kg
Ediția:Second Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484292553
Ilustrații: XVII, 553 p. 167 illus., 13 illus. in color.
Dimensiuni: 178 x 254 mm
Greutate: 0.98 kg
Ediția:Second Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Data Types.- 2. Database Objects.- 3. Standardizing T-SQL.- 4. Designing T-SQL.- 5. Set-Based Design.- 6. Hardware Usage.- 7. Execution Plans.- 8. Optimizing Databases for T-SQL.- 9. Coding Standards.- 10. Source Control.- 11. Testing.- 12. Deployment.- 13. Functionality.- 14. Logging.- 15. Enhancement.- 16. Managing Data Growth.- 17. Managing Data Long-Term.- 18. Implementing Security Features.- 19. Implementing Encryption.
Notă biografică
Elizabeth Noble is a Microsoft Data Platform MVP and Director of Database Development in the metro Atlanta area. When ze was introduced to hir first database over 10 years ago, ze found the career ze wanted to pursue. Hir passion is to help others improve the quality and speed of deploying database changes through automation. When ze is not trying to automate database development, ze can be found spending time with zir dogs, painting, paddle boarding, or throwing axes.
Textul de pe ultima copertă
Learn how to write and design simple and efficient T-SQL code. This is a hands-on book that teaches you how to write better T-SQL with examples and straightforward explanations. New in this edition is coverage of Parameter Sensitive Plan (PSP) optimization, Azure Synapse Link for real-time analytics, integration with S3-compatible object storage, and SQL Ledger tables based on blockchain. You’ll learn to improve your T-SQL design in ways that provide faster performance, stronger security, and easier comprehension. The book identifies common anti-patterns in writing T-SQL and instructs you on how to change your code so you can be more confident in writing T-SQL code that is reliable and performs well.
Pro T-SQL 2022 is focused on the problems that developers are faced with and must solve in delivering successful applications. The content begins from a foundation of writing T-SQL that is clear and understandable. The book then takes you through writing SQL that performs well, is easy to manage through coding standards and version control, can be maintained and modified as business requirements change over time, scales as your business grows, and takes advantage of the full range of security features built into the SQL Server and Azure SQL database engines.
What You Will Learn
- Choose the correct data types and database objects when designing your T-SQL
- Write T-SQL that accesses your data efficiently and uses hardware effectively
- Implement source control and testing methods to streamline your deployment process.
- Design T-SQL that is flexible and can be enhanced or modified with little effort
- Plan for long-term data management, including growth and purging of older data
- Enhance database security through features such as encryption, data masking, row-level security, and the SQL Ledger blockchain table type
Caracteristici
Encourages developers to embrace simplicity when designing and writing T-SQL Provides an understanding of when it is beneficial to use specialized T-SQL features Promotes long-term planning for scalability and flexibility when designing T-SQL