#2,693 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Microsoft® SQL Server® 2008 Internals (Developer Reference)

Sentiment score: 1
Reddit mentions: 2

We found 2 Reddit mentions of Microsoft® SQL Server® 2008 Internals (Developer Reference). Here are the top ones.

Microsoft® SQL Server® 2008 Internals (Developer Reference)
Buying options
View on Amazon.com
or
Specs:
Height9 Inches
Length7.5 Inches
Number of items1
Release dateMarch 2009
Weight2.90128336792 Pounds
Width2.25 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on Microsoft® SQL Server® 2008 Internals (Developer Reference):

u/taejim · 5 pointsr/Database

The best series of books is the Inside SQL Server series, and although they are quite advanced, database internals aren't a simple topic. The idea is to find an area that you're interested in, and take a deep dive from there. Maybe I should write a series of articles on the topic, for people with your experience level.

If you are interested in how the storage engine works, then Microsoft SQL Server 2008: Internals is a good choice.

If you're more interested in how queries are processed, then perhaps starting with Inside Microsoft SQL Server 2008: T-SQL Querying would be a better option.

Additionally, I highly recommend a good selection of blogs, particularly the guys and girls over at SQLskills. Also, consider reading the Books Online pages on Planning and Architecture.

Any questions, feel free to ask - I love chatting about SQL Server, particularly on the MSDN SQL Forums, or SQL Server Central.

u/MeGustaDerp · 2 pointsr/SQLServer

> Cached plans are still very much a black box to me.

I'm still there with you learning most of this myself. If you more detailed info, check out this SQL Server Internals book. I've been reading it and its helped out alot.