
SQL Server 2012 T-SQL Recipes
A Problem-Solution Approach
3rd Edition
Published on 11. September 2012
Book
Paperback/Softback
LIII, 808 pages
978-1-4302-4200-0 (ISBN)
Description
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
More details
Edition
3rd ed.
Language
English
Place of publication
Berkeley
United States
Target group
Popular/general
Edition type
Revised edition
Product notice
Paperback (trade)
Unsewn / adhesive bound
Illustrations
22 s/w Abbildungen
LIII, 808 p. 22 illus.
Dimensions
Height: 238 mm
Width: 198 mm
Thickness: 50 mm
Weight
1418 gr
ISBN-13
978-1-4302-4200-0 (9781430242000)
DOI
10.1007/978-1-4302-4201-7
Schweitzer Classification
Other editions
Additional editions

Jason Brimhall | David Dye | Timothy Roberts
SQL Server 2012 T-SQL Recipes
A Problem-Solution Approach
E-Book
10/2012
3rd Edition
APress
€79.99
Available for download
Persons
Jason Brimhall is first and foremost a family man. He has 15+ yrs experience in IT and has worked with SQL Server starting with SQL Server 6.5. He has worked for both large and small companies in varied industries. He has experience in performance tuning, high transaction environments, large environments, and VLDBs. He is currently a DB Architect and an MCITP for SQL 2008. Jason regularly volunteers for PASS and is the VP of the Las Vegas User Group (SSSOLV). You can read more more from Jason on his blog at: http://jasonbrimhall.info.
Content
* Getting Started with SELECT * Elementary Programming * Nulls and Other Pitfalls * Combining Data from Multiple Tables * Grouping and Summarizing * Advanced SELECT Techniques * Query Techniques for Reporting * Inserting, Updating, Deleting * Working with Strings * Working with Dates * Working with Numbers * Transactions, Locking, Blocking, Deadlocking * Managing Tables * Managing Views * Managing Indexes * Managing Large Tables * Stored Procedures * User-Defined Functions * Triggers * Error Handling * Query Performance * Hints * Index Tuning and Statistics * XML * Files, Filegroups, and Integrity * Backup * Recovery * Principals and Users * Securables and Permissions * Objects and Dependencies