Blog

DBO – Your Easy Homework Cheat Sheet Is Here

By Jason Brimhall | January 5, 2022

Every Database has a DBO or database owner set. Sometimes the owner is invalid, while most of the time the DBO is perfectly normal. It is easy to ignore whether a valid DBO is set or not. And then something breaks and you have to validate it. This article addresses the easy fix to validate the DBO.

The post DBO – Your Easy Homework Cheat Sheet Is Here first appeared on SQL RNNR.

Source Control – The Best GUI For Productivity

By Jason Brimhall | January 2, 2022

Source control is quintessential to a productive development environment. A well maintained and organized source control system is akin to having known-good database backups. Having the right tools to interface with source control is just as important!

The post Source Control – The Best GUI For Productivity first appeared on SQL RNNR.

Time to Set Service Dependencies for SQL Server, it’s Easy

By Jason Brimhall | December 28, 2020

In this article, I share one easy script that could help eliminate one database feature as a culprit to an anomalous data masking suddenly getting enabled.

The post Time to Set Service Dependencies for SQL Server, it’s Easy first appeared on SQL RNNR.

Simple Method to Add A Network in SQL Configuration Manager

By Jason Brimhall | December 27, 2020

In this article I have demonstrated a fairly simple method to help you modify your network adapters that are presented to SQL Server.

The post Simple Method to Add A Network in SQL Configuration Manager first appeared on SQL RNNR.

How To Resolve User Error in Kerberos Configuration Manager

By Jason Brimhall | December 26, 2020

This article shows a problem with one of my favorite tools – Kerberos Configuration Manager. This tool provides a lot of power in resolving SPN related issues.

The post How To Resolve User Error in Kerberos Configuration Manager first appeared on SQL RNNR.

Data Platform MVP 2020

By Jason Brimhall | August 12, 2020

I am humbled to be among so many great professionals and honored at the same time for having been chosen.

Related Posts:

Unconscious Bias

By Jason Brimhall | August 11, 2020

This article helps to unearth a cultural issue that each individual needs to address on a personal level. Bias is an enemy to productive conversation.

Related Posts:

Availability Group issues fixed with Alerts

By Wayne Sheffield | August 6, 2020

Availability Group issues - job to resume data movement

Learn how to use the SQL Server Agent Alerting system to capture Availability Group related errors and to respond to them by running jobs.

The post Availability Group issues fixed with Alerts appeared first on Wayne Sheffield.

Decoded Statistics Names and More

By Jason Brimhall | April 17, 2020

Auto-generated statistics names can seem like they are entirely random, but there is a method to the madness. With a little effort and a bit of TSQL trickery, we can decode those names and reveal what the names really mean. 

Related Posts:

Using Google Chrome with SSRS

By Wayne Sheffield | February 18, 2020

Kerberos Double Hop issue in SSRS

In this post, you will learn how to resolve the Kerberos Double-Hop issue and SSRS browser login when using Google Chrome to run SSRS reports.

The post Using Google Chrome with SSRS appeared first on Wayne Sheffield.