Automation

Tag: automation

What Is Automation in the Software Development Life Cycle?

What Is Automation in the Software Development Life Cycle?

Today I got a bit closer to a meaningful definition of automation, as it applies to the software development process. I’ve been turning this concept over in my head for a while, which is partly related to the dreaded question of licensing.

Continue reading

Adding Microsoft MVP Contributions with PowerShell: Lessons Learned Using the MVP API

Adding Microsoft MVP Contributions with PowerShell: Lessons Learned Using the MVP API

By Kendra Little on December 26, 2018

One of the things that brings Microsoft MVPs together each year is complaining about reporting community contributions to Microsoft.

Continue reading

Do I Need to Master PowerShell?

Do I Need to Master PowerShell?

By Kendra Little on September 12, 2017

As a SQL Server DBA, do you need to be a master of PowerShell scripts?

In this 9 minute episode, I talk about how much you need to know about PowerShell, and examples of ways I personally use (and struggle with) PowerShell.

Continue reading

Sliding Window Table Partitioning: What to Decide Before You Automate

Sliding Window Table Partitioning: What to Decide Before You Automate

Sliding-Window-Partitioning

Before you do all the work to map out a complex sliding window table partitioning scheme for your SQL Server tables, here’s the top five questions I’d think through carefully:

1) Do You Need Table Partitioning?

Some folks think they need partitioning for performance– but it really shines as a data management feature. Just because you’ve got tables with millions of rows in them doesn’t necessarily mean that partitioning will make queries faster. Make sure you’ve worked through traditional indexing and query re-writes first. Partitioning is lots of work, so don’t skip this question.

Continue reading

How to Check if an Index Exists on a Table in SQL Server

How to Check if an Index Exists on a Table in SQL Server

on January 28, 2016

Category: indexing

It seems like this should be easy. But it’s not.

Continue reading

Automation: Granting Read Perms for Developers

Automation: Granting Read Perms for Developers

Yeah, you heard me.

“But Kendra, why would we want to grant developers readΒ  permissions? And why would we automateΒ  it? And at what point did you lose your mind?”

Continue reading