Microsoft SQL Server 2012 Internals
by Bob Beauchemin Kalen Delaney Conor Cunningham, Jonathan Kehayias, Benjamin Nevarez, and Paul S. Randal
Overview
Think of the indexes you might see in your everyday life—those in books and other documents. Suppose that you’re trying to create an index in SQL Server using the CREATE INDEX statement and you’re using two SQL Server references to find out how to write the statement. One reference is the (hypothetical) Microsoft SQL Server Transact-SQL Language Reference Manual, referred to here as the “T-SQL Reference.” Assume that the T-SQL Reference is just an alphabetical list of all the SQL Server keywords, commands, procedures, and functions. The other reference is this book: Microsoft SQL Server 2012 Internals. You can find information quickly in either book about indexes, even though the two books are organized differently.
In the T-SQL Reference, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access