Blogs

Why I Love the Automatic Plan Correction Auto-Tuning Feature

Why I Love the Automatic Plan Correction Auto-Tuning Feature

on March 1, 2018

I’m thrilled to have just finished and published a new course on Automatic Tuning in SQL Server. This feature is available in SQL Server 2017+ and Azure SQL Database.

Update: this course is now open and totally free to all.

Continue reading

Can I Force Multiple Plans for a Query in Query Store?

Can I Force Multiple Plans for a Query in Query Store?

on February 28, 2018

Nope.

At least, not right now.

Continue reading

Infographic: Conference Prep for Anxious Folk

Infographic: Conference Prep for Anxious Folk

on February 26, 2018

I’m honored to be heading toΒ the Microsoft MVP Summit. I really enjoy this conference– it’s not my first time going, so I know the ropes. I’m looking forward to seeing a bunch of old friends AND to connect to lots and lots of new people.

But even though I am familiar with the conference, I have a list of things I do to get ready and prepare. That’s because…

Continue reading

Using YouTube Captions & Transcript to Find Content in a Long Video

Using YouTube Captions & Transcript to Find Content in a Long Video

on February 23, 2018

This week, I was pretty pumped to see that PASS published Erin Stellato (twitter) and Dejan Krakovic’s (linked in) excellent session on Query Store to the public.

I attended this session live at the conference, and I remembered that there was one specific part on memory limits in Query Store that I wanted to watch again. I’d jotted down a note about it, but things were flying by and my note was gibberish.

Continue reading

When Should I Use Explicit Transactions for Single Statements?

When Should I Use Explicit Transactions for Single Statements?

on February 22, 2018

I got a great question about transactions by email recently about transactions.

Continue reading

New SQLChallenge: Defuse the Deadlock

New SQLChallenge: Defuse the Deadlock

on February 20, 2018

When I first created SQLWorkbooks, I distilled what it was all about down into one sentence: “Learn SQL Server by Solving Problems.”

This month, I introduce my first SQLChallenge, which distills that down into practice. The SQLChallenge features 23 minutes of video with scripts that you can use to reproduce and solve the problem yourself.

Continue reading

When Were Statistics Last Updated for a Heap?

When Were Statistics Last Updated for a Heap?

on February 16, 2018

I got a question last week from a very smart fellow:

How can I tell when statistics were last updated for a heap?

Before I could email him back, I soon got another email in which he answered his own question.

Continue reading