Blogs

Why an Upgrade can Cause Performance Regressions (Dear SQL DBA Episode 9)

Why an Upgrade can Cause Performance Regressions (Dear SQL DBA Episode 9)

on July 21, 2016

You finally got approval to move to new hardware and a fresher version of SQL Server. After months of work,  you do the migration and then… performance gets worse. What can cause this, and what do you look for?

Continue reading

Free Poster: Cat DBA Says Not Right Meow

Free Poster: Cat DBA Says Not Right Meow

on July 19, 2016

You’ve got 99 problems, and the request coming in ain’t one.

Maybe you need to channel your inner Cat DBA, just for a moment.

Continue reading

Coming to SQL Saturday Portland? Plan a Vacation, too!

Coming to SQL Saturday Portland? Plan a Vacation, too!

on July 15, 2016

SQL Saturday Oregon will be held on Oct 22, 2016 this year– the weekend before the SQL PASS Summit.

As a Portlander, I love it when people come visit my town! Please consider taking a few extra days to enjoy checking out PDX before or after the event.

Continue reading

MAXDOP of Confusion (Dear SQL DBA Episode 8)

MAXDOP of Confusion (Dear SQL DBA Episode 8)

on July 14, 2016

Learn how to configure the Max Degree of Parallelism and Cost Threshold for Parallelism settings in SQL Server - and how SQL Server 2014 SP2 and SQL Server 2016 change the way that SQL Server automatically configures some SQL Servers with lots of cores.

Continue reading

How to Level Up Your DBA Career (Dear SQL DBA)

How to Level Up Your DBA Career (Dear SQL DBA)

on July 7, 2016

You’re a Junior or mid-level Database Administrator with no obvious career path. How do you grow the right skills to level up your DBA career?

Continue reading

Which Indexes are Disk Based in SQL Server?

Which Indexes are Disk Based in SQL Server?

on July 5, 2016

I was looking through some terms in SQL Server documentation the other day, thinking about what it’s like to learn about SQL Server’s indexes when you’re new to the field. I jotted down a note: B-tree = Rowstore = Disk Based.

And then I realized that’s not quite right.

Continue reading