Daily Coping 7 Dec 2021

I started to add a daily coping tip to the SQLServerCentral newsletter and to the Community Circle, which is helping me deal with the issues in the world. I’m adding my responses for each day here. All my coping tips are under this tag.

Today’s tip is to offer to help someone that is facing difficulties at the moment.

A friend confided in me recently that they were going in for a biopsy and were worried. I took a moment to hug them and then offer to visit and sit, listen, chat, or just be around if they needed company.

My heart breaks for someone going through difficult times, and it aches when I know them personally. It’s a hard thing to feel and give empathy to others, but it also helps me appreciate my life.

Posted in Blog | Tagged , , | Comments Off on Daily Coping 7 Dec 2021

Tagging in SQL Monitor

For many of us, we’ve learned over time that we need to filter out the amount of things that we deal with in an given situation. We certainly often do this in queries with a WHERE clause.

While plenty of software comes up with ways to group and filter items, often they are done in a way that doesn’t fit the needs to the user. An example of this is categories in SQL Monitor. They’re good, and people use them, but they aren’t enough. You can see the grouping/categories below from monitor.red-gate.com. The filter is at the top and the various cards are grouped under the three areas: Production, Azure database, and Staging.

2021-12-02 10_40_13-Global Dashboard — Mozilla Firefox

That is a gross filter, but often customers might have multiple ways they want to filter servers, so we’ve added something new: tags.

In the demo system, there aren’t any set up yet, but you can see where these are added in the Monitored Servers configuration. You can create multiple tags for a database or select multiple databases and apply a tag to all of them.

2021-12-02 10_37_38-Monitored Servers — Mozilla Firefox

On the Overview page, you can then quickly filter down by tags at the top. Just to the right of the groups.

2021-12-02 10_37_14-Global Dashboard — Mozilla Firefox

Not a huge change, but it’s one that is requested a lot and it’s rolling out now to your SQL Monitor installs. Give it a try and as always, give us feedback on how it works.

If you haven’t tried SQL Monitor, download a trial and see how easy this makes monitoring your SQL Server databases.

Posted in Blog | Tagged , , | Comments Off on Tagging in SQL Monitor

Getting Beyond Passwords

Most of us that work with SQL Server likely use either the Windows authentication or a user name and password when connecting to an instance in SSMS or ADS. It’s how we’ve operated for years, and likely will for some time to come. If you connect to Azure cloud resources, perhaps you use some multi-factor authentication (MFA), but that’s a minority of us.

If this article is a picture of the real world, far too few people are using authentication beyond passwords for many services. While plenty are using fingerprints, patterns, or face recognition on a mobile device, that’s usually the extent to which they actually go beyond a password. I’ve actually started to see people using PINs on laptops instead of a password, which feels like a step backward.

Recently I saw someone suggest MFA for SQL Server. I would hope that we would get not only more complex authentication for the platform, perhaps even two-person authentication. but I’m not holding out hope. I think the integration with AD is likely to require more steps than most administrators want to take. For now, I expect that any sort of on-premises SQL Server security is going to remain the same. For cloud databases, I do think that we will see other options as they become available.

I personally don’t think we’ll ever get beyond all passwords. There are just too many situations where someone might not have a smart device they can access. Too many unlinked services and organizations that might not want to authenticate to GitHub, Google, Facebook, or any other large service. I certainly can’t see email moving beyond passwords entirely. We might get a login with some other service, but a password will still be a last resort.

While I’ve gotten comfortable with quite a few different authentication mechanisms on a daily basis, I do think that the entire structure is still complex. While I often authenticate with some sort of MFA, it’s a mix of copy/pasting codes or pressing authorize buttons. That’s if I actually remember which service I used to authenticate to a particular service.

Ultimately, I find unlocking a safe and copy/pasting passwords to be the simplest method, and I find myself often choosing to create accounts with email and passwords. Easier than me trying to track where I might have used Google v Microsoft for authentication.

Steve Jones

Listen to the podcast at Libsyn, Stitcher, Spotify, or iTunes.

Posted in Editorial | Tagged | Comments Off on Getting Beyond Passwords

Daily Coping 6 Dec 2021

I started to add a daily coping tip to the SQLServerCentral newsletter and to the Community Circle, which is helping me deal with the issues in the world. I’m adding my responses for each day here. All my coping tips are under this tag.

Today’s tip is to look for new reasons to be positive about the week ahead.

I have a few reasons.

It’s the holiday season. I have plenty of work, but less deadlines and pressures this time of year. All of this means that while I need to keep getting things done every day, I have less stress. This means I can look forward to making progress on various things without the stress of feeling I have to get a particular thing done this week.

I’ve scheduled lunch with a friend, so I’m looking forward to that.

My volleyball team is coming together and making progress, so I’m enjoying the time with them, less frustration and more continuing to work on improving play.

I’m also traveling this week, heading to the SQL Server and Azure SQL Conference in Vegas, which is exciting.

I’m looking forward to a good week.

Posted in Blog | Tagged , , | Comments Off on Daily Coping 6 Dec 2021