Performance Metrics for SQL Server 2014

Performance Metrics for SQL Server 2014

We all crave routine in our life, from the time we are babies through adulthood. Routine and familiarity. This extends to how we do performance monitoring and troubleshooting. Everyone has their favorite set of tools to help get the job done, tools that have a familiar routine involved to make them work best for us. Over the … Read more

What’s Worse Than a NULL? An Incorrect NULL

Recently it was brought to my attention that the query_hash and query_plan_hash columns inside of sys.dm_exec_requests were returning NULL values. I think everyone knows how I feel about NULLs already, but this was slightly more concerning. See, I work for a company that makes this wonderful tool called Database Performance Analyzer (DPA), and we rely … Read more

HOW TO: Restore the Master Database in SQL Server 2014

I like having a routine. Most people do, I suppose. There’s some comfort in knowing what lies ahead, what comes next. The same holds true for restoring the master database in SQL Server 2014, because it’s the same routine as what I posted for SQL Server 2012. For those of you too lazy to click … Read more