Blogs

Query Store Cleanup Can be Part of a Blocking Chain

Query Store Cleanup Can be Part of a Blocking Chain

on April 18, 2018

Forgetfulness can lead to learning something new. This is a bit of a nightmare when it happens in production, but a treat when it happens in an isolated test system– and that’s how I learned this.

I left a bit of blocking open on my test VM, and forgot about it.

Continue reading

Dear SQL DBA Q&A: A Poorly Indexed ISV Database

Dear SQL DBA Q&A: A Poorly Indexed ISV Database

on April 16, 2018

At a recent conference, two speakers reminded me of something important: when you put effort into learning something or helping folks, don’t simply put your words in private emails or post-it notes on your desk. Whenever possible, blog it as well. It can help other people, and it can also help you remember it in the future!

Continue reading

A Case of Inconsistent Wait Stats and Query Duration

A Case of Inconsistent Wait Stats and Query Duration

on April 11, 2018

You know how they say “don’t sweat the small stuff”?

That’s good advice for lots of things, but when it comes to query tuning - I WANT TO KNOW MORE when something is inconsistent. I just can’t let it go. I go total X-Files: The Truth Is Out There.

Continue reading

Free Webcast: DBA vs Memory Settings

Free Webcast: DBA vs Memory Settings

on April 11, 2018

Join me in two weeks for a really fun free webcast.

Continue reading

Register for My Free Session on Execution Plan Forcing

Register for My Free Session on Execution Plan Forcing

on April 9, 2018

I am excited to be giving a free online session as part of the Idera Live Virtual Conference, 2018!

Continue reading

Dear SQL DBA: I Want to Work for Myself (video with captions and transcript)

Dear SQL DBA: I Want to Work for Myself (video with captions and transcript)

on April 6, 2018

Our question this week comes from an IT pro who would like to be self-employed. In this episode, I talk about three big things you need to think about to start working for yourself, and two possible paths to get there.

Continue reading

Adaptive Queries in Standard Edition: Interleaved Exec for Multi-Statement TVFs

Adaptive Queries in Standard Edition: Interleaved Exec for Multi-Statement TVFs

on April 4, 2018

It’s tough to keep track of which features work in each version of SQL Server, and which Editions support them.

My memory told me that the new Adaptive Joins feature in SQL Server 2017 was Enterprise Edition only…  and that’s correct, but I didn’t realize that the fancy new feature to make Multi-Statement TVFs smarter has much wider licensing.

Continue reading