Modern Practices for SQL Server Applications
Buch, Englisch, 236 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 458 g
ISBN: 978-1-4842-5580-3
Verlag: Apress
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
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
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.