Pro T-SQL 2022
eBook - ePub

Pro T-SQL 2022

Toward Speed, Scalability, and Standardization for SQL Server Developers

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Pro T-SQL 2022

Toward Speed, Scalability, and Standardization for SQL Server Developers

About this book

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

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Pro T-SQL 2022 by Elizabeth Noble in PDF and/or ePUB format, as well as other popular books in Computer Science & Databases. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2023
Print ISBN
9781484292556
eBook ISBN
9781484292563

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Data Types
  4. 2. Database Objects
  5. 3. Standardizing T-SQL
  6. 4. Designing T-SQL
  7. 5. Set-Based Design
  8. 6. Hardware Usage
  9. 7. Execution Plans
  10. 8. Optimizing Databases for T-SQL
  11. 9. Coding Standards
  12. 10. Source Control
  13. 11. Testing
  14. 12. Deployment
  15. 13. Functionality
  16. 14. Logging
  17. 15. Enhancement
  18. 16. Managing Data Growth
  19. 17. Managing Data Long-Term
  20. 18. Implementing Security Features
  21. 19. Implementing Encryption
  22. Back Matter