Blogs

Azure DevOps: How to Set a Custom Release Branch Folder Filter in Build Pipeline Triggers (Video)

Azure DevOps: How to Set a Custom Release Branch Folder Filter in Build Pipeline Triggers (Video)

By Kendra Little on August 19, 2019 β€’ 1 min read

This is the first in a series of posts about simple things that I had a hard time figuring out in Azure DevOps services.

It can be very useful to enable Continuous Integration for multiple folders in your DevOps pipeline: say, for every branch created under releases/ or features/. But configuring this can be strangely confusing!

Continue reading

SQL Server Management Studio Is as Relevant as Ever

SQL Server Management Studio Is as Relevant as Ever

πŸ”₯ UPDATE: Azure Data Studio (ADS) was retired on February 6, 2025, with support ending on February 28, 2026. Additionally, SSMS has been modernized and is no longer based on the legacy Visual Studio shellβ€”it's now built on Visual Studio 2022 with 64-bit support and improved performance.

For more details, see the Azure Data Studio retirement announcement and Erin Stellato's announcement about SSMS modernization..

Sometimes you keep a classic around.

Continue reading

How to Persuade Your Company to Change

How to Persuade Your Company to Change

By Kendra Little on July 19, 2019 β€’ 7 min read

Like a lot of developers and database administrators, I do a fair amount of short-term problem solving during the course of my normal work week.

Continue reading

Managing Cross-Database Dependencies in Builds (Redgate Video)

Managing Cross-Database Dependencies in Builds (Redgate Video)

Building your database code is an essential practice to ensure that it compiles from source and that dependencies are met. But things can get tricky when you have objects in some databases which is dependent upon objects in other databases: or even circular dependencies.

Continue reading

How Developers and DBAs Collaborate in a DevOps World (Video)

How Developers and DBAs Collaborate in a DevOps World (Video)

By Kendra Little on June 13, 2019 β€’ 1 min read

You’re a DBA, and your development team is all-in on doing DevOps, and they want to include the database. Should your DBA team limit the permissions or options for automation? Or should you instead re-think how your two teams work together?

Continue reading

A Letter to My 20 Year-Old Self

A Letter to My 20 Year-Old Self

By Kendra Little on June 11, 2019 β€’ 4 min read

Category: tech-community

T-SQL Tuesday logo linking to the month's topic

This post is a part of #tsql2sday, a monthly community ritual where a topic is proposed by a community member and everyone is invited to join in.

This month’s topic is from Mohammad Darab, who encouraged us to: “Write your 20 year old self a letter. If you could go back in time and give yourself advice, what would it be?”

The advice I would give to my 20 year old self is the same advice I give to myself today, more than 20 years later:

Continue reading

DBAs: Stop Denying Sysadmin to Developers

DBAs: Stop Denying Sysadmin to Developers

I recently chatted with some folks who have a permissions problem in SQL Server. The permissions problem isn’t technical: it’s a process problem.

Continue reading