Database-Administration

Category: database-administration

SSMS Tips: Templates and Control+Shift+M

SSMS Tips: Templates and Control+Shift+M

Templates are extremely handy for tasks that you need to do repeatedly, but with different parameter values. The coolest part is that once you get the hang of them, you can create your own custom templates.

Continue reading

Altering an INT Column to a BIGINT (Dear SQL DBA Episode 11)

Altering an INT Column to a BIGINT (Dear SQL DBA Episode 11)

You need to change an INT column to a BIGINT in a large table. Learn why this schema change can make your transaction log explode, and how to avoid it.

Continue reading

Should I Automate my Windows Updates for SQL Server? (Dear SQL DBA Episode 10)

Should I Automate my Windows Updates for SQL Server? (Dear SQL DBA Episode 10)

on July 28, 2016

Your boss wants you to automate patching for your SQL Servers. Is that a good idea? How far should you take it? Find out a DBAs perspective.

Continue reading

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

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

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

By Kendra Little on July 19, 2016

Tags: posters

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!

By Kendra Little 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)

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