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. Only available on web
eBook - ePub

Pro T-SQL 2022

Toward Speed, Scalability, and Standardization for SQL Server Developers

Book details
Table of contents
Citations

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

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
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.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
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 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
ISBN
9781484292563
Edition
2

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