About the Book

Senior DBAs have to know more than just SQL Server - they have to know storage, memory, operating systems, and more. This book gathers everything you need to know in one place, and each chapter is written by a SQL Server expert with extensive experience.

You'll learn about topics like latching, locking, memory architecture, extended events, and more.

Steven Wort

Steven Wort

Steven Wort

Steven Wort has been working with SQL Server since the early days of SQL Server way back in 1992-93. He is currently a developer in the Windows Division at Microsoft, where he works on performance and scalability issues on large database systems for the Windows Telemetry team. Steven has been at Microsoft since 2000. Prior to working in the Windows Division, Steven spent 2 years working in the SQL Server group, working on performance and scalability. Steven’s first 3 years at Microsoft were spent working in support as an escalation engineer on the SIE team. During this time, Steven was able to travel the world working with some of Microsoft’s customers on their performance and scalability issues.

Before coming to Microsoft, Steven spent 20 years working in the United Kingdom as a freelance consultant, specializing in database application development. When Steven isn’t busy working, he can be found spending time with his family and enjoying many fitness activities in the outdoors of the Pacific Northwest. Steven authored chapter 5.

His other books include:

2 comments to Steven Wort

  • Tom Groszko

    On the bottom of page 141 the statement “Each successive layer is physically farther from the processor core, and larger and slower relative to main memory.” Does not make sense to me, perhaps I don’t know what “main memory” is. I would have expected this statement to be something like
    Each successive layer is physically farther from the processor core, and larger and slower relative to each other with main memory being the largest and slowest at the end of the chain.

  • Hi, Tom. This sentence refers to the layers of cache. L1 cache is the closest to the CPU, and it’s extremely fast, but there’s not much of it. L2 cache is one layer farther away from the CPU, and is still pretty fast – but not as fast as L1 – and there’s more of it. All of this cache is faster than main memory.

    Ars Technica has a pretty good article explaining CPU cache:

    http://arstechnica.com/old/content/2002/07/caching.ars

    Hope that helps!

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">