SQL Server 2005 T-SQL Recipes
Title | SQL Server 2005 T-SQL Recipes PDF eBook |
Author | Joseph Sack |
Publisher | Apress |
Pages | 747 |
Release | 2006-11-10 |
Genre | Computers |
ISBN | 1430200995 |
* Comprehensive T-SQL Coverage, including all SQL Server 2005 new features, from an established SQL Server expert and author. * Broad appeal, with practical ‘How to’ answers to common SQL Server T-SQL questions for both novice and advanced DBAs and developers. * Unique, easy-reference format – ideal for preparing for a SQL Server job interview, or for a SQL Server certification test
SQL Server 2008 Transact-SQL Recipes
Title | SQL Server 2008 Transact-SQL Recipes PDF eBook |
Author | Joseph Sack |
Publisher | Apress |
Pages | 855 |
Release | 2008-09-02 |
Genre | Computers |
ISBN | 143020625X |
Without Transact-SQL, there is nothing. Developers and database administrators using Microsoft SQL Server 2008 are highly-motivated to learn Transact-SQL, because that language enables them to store and retrieve data, to move business logic into the database, and to interface with advanced SQL Server features. The recipe format facilitates just-in-time learning, showing readers immediately how to perform their assigned tasks, and is sure to be a hit with today's busy professional.
SQL Server T-SQL Recipes
Title | SQL Server T-SQL Recipes PDF eBook |
Author | David Dye |
Publisher | Apress |
Pages | 947 |
Release | 2015-07-17 |
Genre | Computers |
ISBN | 1484200616 |
SQL Server T-SQL Recipes is an example-based guide to the Transact-SQL language that is at the core of SQL Server. This edition has been lightly updated for SQL Server 2014 and provides ready-to-implement solutions to common programming and database administration tasks. Learn to create databases, create in-memory tables and stored procedures, insert and update data, generate reports, secure your data, and more. Tasks and their solutions are broken down into a problem/solution format that is quick and easy to read so that you can get the job done fast when the pressure is on. Solutions in this book are divided into chapters by problem domain. Each chapter is a collection of solutions around a single facet of the language such as writing queries, managing indexes, error handling, and query performance. Each solution is presented code-first, giving you a working code example to copy from and implement immediately in your own environment. Following each example is an in-depth description of how and why the given solution works. Tradeoffs and alternative approaches are also discussed. Focused on solutions: Look up what you need to do. Learn how to do it. Do it. Current: Lightly updated for SQL Server 2014 Comprehensive: Covers all common T-SQL problem domains
SQL Server 2012 T-SQL Recipes
Title | SQL Server 2012 T-SQL Recipes PDF eBook |
Author | Jason Brimhall |
Publisher | Apress |
Pages | 794 |
Release | 2012-10-15 |
Genre | Computers |
ISBN | 1430242019 |
SQL Server 2012 T-SQL Recipes is an example-based guide to the Transact-SQL language that is at the core of SQL Server 2012. It provides ready-to-implement solutions to common programming and database administration tasks. Learn to create databases, insert and update data, generate reports, secure your data, and more. Tasks and their solutions are broken down into a problem/solution format that is quick and easy to read so that you can get the job done fast when the pressure is on. Solutions in this book are divided into chapters by problem domain. Each chapter is a collection of solutions around a single facet of the language such as writing queries, developing triggers, and applying aggregate functions. Each solution is presented code-first, giving you a working code example to copy from and implement immediately in your own environment. Following each example is an in-depth description of how and why the given solution works. Tradeoffs and alternative approaches are also discussed. Focused on solutions: Look up what you need to do. Learn how to do it. Do it. Current: Newly updated for SQL Server 2012 Comprehensive: Covers all common T-SQL problem domains
Pro SQL Server 2005 Assemblies
Title | Pro SQL Server 2005 Assemblies PDF eBook |
Author | Robin Dewson |
Publisher | Apress |
Pages | 280 |
Release | 2006-11-09 |
Genre | Computers |
ISBN | 1430201134 |
* First book on the market to show how to effectively exploit the new .NET capabilities of the SQL Server 2005 database. * Broad audience, with strong appeal to SQL Server developers as well as to VB.NET and C# programmers. * Provides a detailed and example-driven tutorial on how to build and use .NET assemblies. Shows not only what you can do with assemblies, but what you should, and should not, do.
SQL Cookbook
Title | SQL Cookbook PDF eBook |
Author | Anthony Molinaro |
Publisher | "O'Reilly Media, Inc." |
Pages | 632 |
Release | 2006 |
Genre | Computers |
ISBN | 0596009763 |
A guide to SQL covers such topics as retrieving records, metadata queries, working with strings, data arithmetic, date manipulation, reporting and warehousing, and hierarchical queries.
SQL Server 2017 Query Performance Tuning
Title | SQL Server 2017 Query Performance Tuning PDF eBook |
Author | Grant Fritchey |
Publisher | Apress |
Pages | 947 |
Release | 2018-09-03 |
Genre | Computers |
ISBN | 1484238885 |
Identify and fix causes of poor performance. You will learn Query Store, adaptive execution plans, and automated tuning on the Microsoft Azure SQL Database platform. Anyone responsible for writing or creating T-SQL queries will find valuable the insight into bottlenecks, including how to recognize them and eliminate them. This book covers the latest in performance optimization features and techniques and is current with SQL Server 2017. If your queries are not running fast enough and you’re tired of phone calls from frustrated users, then this book is the answer to your performance problems. SQL Server 2017 Query Performance Tuning is about more than quick tips and fixes. You’ll learn to be proactive in establishing performance baselines using tools such as Performance Monitor and Extended Events. You’ll recognize bottlenecks and defuse them before the phone rings. You’ll learn some quick solutions too, but emphasis is on designing for performance and getting it right. The goal is to head off trouble before it occurs. What You'll Learn Use Query Store to understand and easily change query performance Recognize and eliminate bottlenecks leading to slow performance Deploy quick fixes when needed, following up with long-term solutions Implement best practices in T-SQL to minimize performance risk Design in the performance that you need through careful query and index design Utilize the latest performance optimization features in SQL Server 2017 Protect query performance during upgrades to the newer versions of SQL Server Who This Book Is For Developers and database administrators with responsibility for application performance in SQL Server environments. Anyone responsible for writing or creating T-SQL queries will find valuable the insight into bottlenecks, including how to recognize them and eliminate them.