- Shopping Bag ( 0 items )
Want a NOOK? Explore Now
Delve inside the core SQL Server engine—and put that knowledge to work—with guidance from a team of well-known internals experts. Whether database developer, architect, or administrator, you’ll gain the deep knowledge you need to exploit key architectural changes—and capture the product’s full potential. Discover how SQL Server works behind the scenes, including:
Foreword; Introduction; Who This Book Is For; What This Book Is About; Companion Content; System Requirements; Support for This Book; Acknowledgments; Chapter 1: SQL Server 2008 Architecture and Configuration; SQL Server Editions; SQL Server Metadata; Components of the SQL Server Engine; The SQLOS; The Scheduler; Memory; SQL Server Resource Governor; SQL Server 2008 Configuration; SQL Server System Configuration; SQL Server Configuration Settings; Final Words; Chapter 2: Change Tracking, Tracing, and Extended Events; The Basics: Triggers and Event Notifications; Change Tracking; Tracing and Profiling; Extended Events; Summary; Chapter 3: Databases and Database Files; System Databases; Sample Databases; Database Files; Creating a Database; Expanding or Shrinking a Database; Using Database Filegroups; Altering a Database; Databases Under the Hood; Setting Database Options; Database Snapshots; The tempdb Database; Database Security; Moving or Copying a Database; Compatibility Levels; Summary; Chapter 4: Logging and Recovery; Transaction Log Basics; Changes in Log Size; Backing Up and Restoring a Database; Summary; Chapter 5: Tables; Creating Tables; User-Defined Data Types; IDENTITY Property; Internal Storage; Constraints; Altering a Table; Heap Modification Internals; Summary; Chapter 6: Indexes: Internals and Management; Overview; Tools for Analyzing Indexes; Understanding Index Structures; Index Creation Options; Physical Index Structures; Special Index Structures; Data Modification Internals; Managing Index Structures; Summary; Chapter 7: Special Storage; Large Object Storage; Filestream Data; Sparse Columns; Data Compression; Table and Index Partitioning; Summary; Chapter 8: The Query Optimizer; Overview; What Is Optimization?; How the Query Optimizer Explores Query Plans; Optimizer Architecture; Statistics, Cardinality Estimation, and Costing; Index Selection; Partitioned Tables; Data Warehousing; Updates; Distributed Query; Extended Indexes; Plan Hinting; Summary; Chapter 9: Plan Caching and Recompilation; The Plan Cache; Caching Mechanisms; Plan Cache Internals; Objects in Plan Cache: The Big Picture; Multiple Plans in Cache; When to Use Stored Procedures and Other Caching Mechanisms; Troubleshooting Plan Cache Issues; Summary; Chapter 10: Transactions and Concurrency; Concurrency Models; Transaction Processing; Locking; Lock Compatibility; Internal Locking Architecture; Row-Level Locking vs. Page-Level Locking; Row Versioning; Controlling Locking; Summary; Chapter 11: DBCC Internals; Getting a Consistent View of the Database; Processing the Database Efficiently; Primitive System Catalog Consistency Checks; Allocation Consistency Checks; Per-Table Logical Consistency Checks; Cross-Table Consistency Checks; DBCC CHECKDB Output; DBCC CHECKDB Options; Database Repairs; Consistency-Checking Commands Other Than DBCC CHECKDB; Summary; Appendix : About the Authors; Kalen Delaney; Paul S. Randal; Kimberly L. Tripp; Conor Cunningham; Adam Machanic; Technical Reviewer: Benjamin Nevarez;
If you want to be an expert in sql server performance this is the book for you! SQL Server Internals provides detailed information on the way that SQL Server processes your queries and manages your data. It starts with an overview of the architecture of the SQL SERVER relational database system and then continues looking at aspects of query processing and data storage. My favorite chapter is the twelfth chapter it covers the details of reading query plans. I have met Ben Nevarez in many of his presentations; he is very knowledgeable when it comes to sql server. I just started reading about Adam Mechanic and I just started using his stored procedures for performance. Ben has worked with SQL Server since 6.5! I think that is cool. This book is for anyone who wants a deep understanding of what SQL Server does behind the scenes. I would expect that you have some experience with both SQL SERVER and with T-SQL, you don't have to be an expert. Enjoy!
Was this review helpful? Yes NoThank you for your feedback. Report this reviewThank you, this review has been flagged.Anonymous
Posted Fri Apr 02 00:00:00 EDT 2010
No text was provided for this review.
Anonymous
Posted Thu Aug 04 00:00:00 EDT 2011
No text was provided for this review.
Anonymous
Posted Sun Feb 14 00:00:00 EST 2010
No text was provided for this review.
Anonymous
Posted Mon Jun 06 00:00:00 EDT 2011
No text was provided for this review.
Anonymous
Posted Thu Mar 29 00:00:00 EDT 2012
No text was provided for this review.
Anonymous
Posted Thu Mar 24 00:00:00 EDT 2011
No text was provided for this review.
Anonymous
Posted Thu Oct 15 00:00:00 EDT 2009
No text was provided for this review.
Overview
Delve inside the core SQL Server engine—and put that knowledge to work—with guidance from a team of well-known internals experts. Whether database developer, architect, or administrator, you’ll gain the deep knowledge you need to exploit key architectural changes—and capture the product’s full potential. Discover how SQL Server works behind ...