Blogs

SQL PASS Summit 2017: Day 1 Keynote Thoughts and Memories

Whee! It’s the first day of the main SQL PASS Summit conference and I made it to the keynote early for the first time ever. The hype says we’re going to see some great presenters this morning.

Continue reading

Locked Pages, Working Set, and Private Bytes

One of the great things about writing presentations is that it spurs you to “clean up” your definitions. When it comes to writing a slide about something, I ask myself, “Do I really know what that is?” I check my assumptions, and clarify how I think about something.

This week I was working with SQL Server memory settings, and I “cleaned up” my understanding of the following definitions.

Continue reading

My Two Sessions at the SQL PASS Summit 2017

PASS Summit sessions have been scheduled, and I’m excited to be giving two sessions this year AND helping judge Speaker Idol!

I’m looking forward to teaching, learning a ton, and connecting with lots of people who love working with data.

Continue reading

The Death of SQL Server Service Packs

SQL Server Service Packs are going away, starting with SQL Server 2017. I talk about why I think this is a good thing, and discuss Cumulative Updates, Service Packs, and the process of updating SQL Server.

Continue reading

IO Patterns for Index Seeks: There May be a Lot of Read Ahead Reads

I received a question recently asking about disk access patterns for index seeks in SQL Server. The question suggested that index seeks would have a random read pattern.

Is this necessarily the case?

Continue reading

Love and Hate for SSMS

People have strong feelings about SQL Server Management Studio: they love it AND they hate it. In this week’s episode, I talk about why people have such conflicting feelings about SSMS, and how to work it all out.

Continue reading

New Free Webcasts for November and December 2017

I’ve just scheduled a whole batch o' free webcasts! Webcasts are held on Thursdays at 9 AM Pacific / noon Eastern / 4 pm UTC. Here’s the upcoming slate of topics: Oct 5 – RCSI and Snapshot Isolation Oct 19 – Pressure Testing Memory Oct 26 – What’s REALLY in That Index? Nov 9 – Filtered Columnstore Indexes Nov 16 – Defragging: Reorg or Rebuild? Nov 30 – In-Memory Indexes & Isolation Dec 7 – Indexing for Windowing Functions Dec 14 – Serializable & Repeatable Read I can’t wait to put together these presentations, and I hope to see you on Thursdays!

Continue reading

How Do I Analyze a SQL Server Execution Plan?

A query is slow, and you figure out how to collect the query execution plan. Now what?

In this video, I talk “big picture” about what execution plans are, what “cost” is, why to collect “compiled for” values, and the steps I take to analyze execution plans while performance tuning queries.

Continue reading

The Case of the Rowgroup Deadlock in a Columnstore Index

I came across a fun deadlock when writing demos for my session on the Read Committed isolation level this week. (It’s OK to call it “fun” when it’s not production code, right?)

I was playing around with a nonclustered columnstore index on a disk-based table. Here’s what I was doing:

Continue reading

Do I Need to Master PowerShell?

As a SQL Server DBA, do you need to be a master of PowerShell scripts?

In this 9 minute episode, I talk about how much you need to know about PowerShell, and examples of ways I personally use (and struggle with) PowerShell.

Continue reading