Blogs

How I Accidentally Found a Passion for Plants (#TSQL2sDay 99)

How I Accidentally Found a Passion for Plants (#TSQL2sDay 99)

on February 13, 2018

For TSQL Tuesday #99, @AaronBertrand gave us an invitation to write about something we’re passionate about outside of SQL Server.

Continue reading

Formatting a VTT Caption File into a Transcript with Sublime Text and Multiple Regular Expressions

Formatting a VTT Caption File into a Transcript with Sublime Text and Multiple Regular Expressions

on February 8, 2018

Do you ever need to use a text editor to apply regular expressions to files? If so, this post is for you! If not, you may wanna skip it and just return to it if you ever need it.

Continue reading

Does a Clustered Index Give a Default Ordering?

Does a Clustered Index Give a Default Ordering?

on February 2, 2018

I recently got a great question: if I order by a column where all rows in that column have the same value, will SQL Server then order the results by the clustered index key?

Continue reading

Watch my live session: When Partitioning Indexes Hurts Performance  (and How to Fix It)

Watch my live session: When Partitioning Indexes Hurts Performance (and How to Fix It)

on January 25, 2018

I’m very that my session on table partitioning from the 2017 SQL PASS Summit is being featured as one of the “Best of Summit” videos.

I had a terrific time presenting this session, thanks to everyone in the audience: you were awesome!

You can watch the video here, and follow the link above to see even more great videos from the conference for free.

Continue reading

New Course: Indexing for Windowing Functions (with preview lesson)

New Course: Indexing for Windowing Functions (with preview lesson)

on December 11, 2017

I’ve just added a fresh new course: Indexing for Windowing Functions.

Here’s the rundown:

Windowing functions give you great flexibility for analyzing data in SQL Server. But how can you get the best performance for your windowing functions?

In this 45 minute, demo-packed course, you will learn index design for windowing functions, when batch mode may be important, and how to compare the performance of Window Spool and Window Aggregate operators.

Continue reading

New free webcasts! How keys & includes work, dirty secrets of NOLOCK, and more

New free webcasts! How keys & includes work, dirty secrets of NOLOCK, and more

on December 6, 2017

As we count down to the end of 2017, I’ve just scheduled a fresh batch of free, live webinars for 2018! Join me on Thursdays at 9 am Pacific / noon Eastern / 4 PM UTC.

Continue reading