Blogs

Free Poster: tempdb data files in SQL Server

Free Poster: tempdb data files in SQL Server

on August 23, 2016

The tempdb database is a strange place in SQL Server.

Continue reading

Developer Seeks DBA Career (Dear SQL DBA, Episode 13)

Developer Seeks DBA Career (Dear SQL DBA, Episode 13)

on August 18, 2016

A C# developer wants to be a DBA, but is having a hard time landing a job. Should they take a pay cut and go for a Junior level job? Or could there be another path?

Continue reading

Does Adding NOINDEX Change DBCC CHECKDB with PHYSICAL_ONLY?

Does Adding NOINDEX Change DBCC CHECKDB with PHYSICAL_ONLY?

on August 16, 2016

The NOINDEX option does change the behavior of DBCC CHECKDB (even if you’re already using PHYSICAL_ONLY). Here’s how the two options compare to one another, and how to see the difference yourself in a simple example.

Continue reading

Teach Yourself SQL Server Performance Tuning (Dear SQL DBA Episode 12)

Teach Yourself SQL Server Performance Tuning (Dear SQL DBA Episode 12)

on August 11, 2016

You’d love to have a job tuning SQL Servers, but you don’t have an environment to practice in. Here’s how to teach yourself performance tuning and prepare yourself to land and succeed in job interviews.

Continue reading

SSMS Tips: Templates and Control+Shift+M

SSMS Tips: Templates and Control+Shift+M

on August 9, 2016

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)

on August 4, 2016

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