Query Optimization and Execution Plans

How SQL Server compiles, optimizes, and executes individual queries.

573 associated posts292 primary posts

SQL Server on Power-Saving CPUs? Not So Fast.

StackOverflow went through a few infrastructure upgrades this week.  Jeff Atwood blogged about the changes, and Kyle Brandt goes into more detail. Here's a short recap of some of the SQL Server changes: Changed physical server models (from IBM/Lenovo to Dells) Went from two quad-core Xeons to two six-core Xeons Enabled hyperthreading (so it looked…

Read more about SQL Server on Power-Saving CPUs? Not So Fast. 42 comments — Join the discussion

Recommended Books for SQL Server DBAs and Developers

Here's my favorite SQL Server books for 2016-2014:

T-SQL Fundamentals - (updated for SQL 2016) - don't be fooled by this "fundamentals" title, because everybody who writes T-SQL queries needs this book. It's the manual we should have been given when we started, and everyone's going to learn something about concurrency, performance, and updates here.

Read more about Recommended Books for SQL Server DBAs and Developers 93 comments — Join the discussion