Refactoring Legacy T-SQL for Improved Performance : Modern Practices for SQL Server Applications (1st)

個数:
電子版価格
¥10,720
  • 電子版あり
  • ポイントキャンペーン

Refactoring Legacy T-SQL for Improved Performance : Modern Practices for SQL Server Applications (1st)

  • ウェブストア価格 ¥10,432(本体¥9,484)
  • APress(2020/01発売)
  • 外貨定価 US$ 54.99
  • 【ウェブストア限定】洋書・洋古書ポイント5倍対象商品(~2/28)
  • ポイント 470pt
  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 236 p.
  • 言語 ENG
  • 商品コード 9781484255803
  • DDC分類 005

Full Description

Breathe new life into older applications by refactoring T-SQL queries and code using modern techniques. This book shows you how to significantly improve the performance of older applications by finding common anti-patterns in T-SQL code, then rewriting those anti-patterns using new functionality that is supported in current versions of SQL Server, including SQL Server 2019. The focus moves through the different types of database objects and the code used to create them, discussing the limitations and anti-patterns commonly found for each object type in your database.
Legacy code isn't just found in queries and external applications. It's also found in the definitions of underlying database objects such as views and tables. This book helps you quickly find problematic code throughout the database and points out where and how modern solutions can replace older code, thereby making your legacy applications run faster and extending their lifetimes. Author Lisa Bohm explains the logic behind each anti-pattern, helping you understand why each pattern is a problem and showing how it can be avoided. Good coding habits are discussed, including guidance on topics such as readability and maintainability. 

What You Will Learn

Find specific areas in code to target for performance gains
Identify pain points quickly and understand why they are problematic
Rewrite legacy T-SQL to reduce or eliminate hidden performance issues
Write modern code with an awareness of readability and maintainability
Recognize and correlate T-SQL anti-patterns with techniques for better solutions
Make a positive impact on application user experience in your organization

Who This Book Is For
Database administrators or developers who maintain older code, those frustrated with complaints about slow codewhen there is so much of it to fix, and those who want a head start in making a positive impact on application user experience in their organization

Contents

Part I. Everything Is Slow.-1. T-SQL Triage.-2. Documentation.-.-Part II. Database Structure.-3. Database Tables.-4. Database Views.-.-Part III. CRUD Objects.-5. Triggers.-6. Stored Procedures.-7. Functions.-.-Part IV. The Bad and The Ugly.-8. Agent Jobs.-9. External Influences.